Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds further installation and usage instructions #52

Merged
merged 1 commit into from
Nov 1, 2019

Conversation

zygmuntszpak
Copy link
Member

WIP to address the request outlined in #51

@codecov
Copy link

codecov bot commented Oct 27, 2019

Codecov Report

Merging #52 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   95.58%   95.58%           
=======================================
  Files          20       20           
  Lines         181      181           
=======================================
  Hits          173      173           
  Misses          8        8

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6eed06f...acff2f7. Read the comment docs.

@@ -17,7 +51,7 @@ image. The background and foreground will be automatically binarized.
Let's see a simple demo:

```@example
using TestImages, ImageBinarization, FileIO # hide
Copy link
Member

@johnnychen94 johnnychen94 Oct 27, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- using TestImages, ImageBinarization, FileIO # hide
+ using TestImages, ImageBinarization
+ using FileIO # hide

FileIO isn't required to load test images.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the suggestion.

@@ -6,6 +6,40 @@ A Julia package containing a number of algorithms for analyzing images and autom
Depth = 2
```

## Getting started
This package is part of a wider Julia-based image processing
[ecosystem](https://github.com/JuliaImages). If you are a starting out, then you

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A small typo :)

Suggested change
[ecosystem](https://github.com/JuliaImages). If you are a starting out, then you
[ecosystem](https://github.com/JuliaImages). If you are starting out, then you

already installed some key packages. Notably, it assumes that you are able to
load and display an image. Loading an image is facilitated through the
[FileIO.jl](https://github.com/JuliaIO/FileIO.jl) package, which uses
[QuartzImageIO.jl](https://github.com/JuliaIO/QuartzImageIO.jl) if you are on `MacOS`, and

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this line needs to be re-wrapped.

of `MacOS` are [unable to use](https://github.com/JuliaImages/ImageView.jl/issues/175) the ImageView package.

As an alternative, one can display an image using the [Makie.jl](https://github.com/JuliaPlots/Makie.jl) plotting package. There is also the [ImageShow.jl](https://github.com/JuliaImages/ImageShow.jl) package which facilitates displaying images in `Jupyter` notebooks
via [IJulia.jl](https://github.com/JuliaLang/IJulia.jl).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The two paragraphs above don't seem to be wrapped correctly. There are some line breaks, but not at the same length (~80 characters) used in the rest of the added text.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

Also increases TOC depth so that users can click on links that take them directky to the description of individual algorithms.
@zygmuntszpak zygmuntszpak force-pushed the getting_started_guide branch from c248477 to acff2f7 Compare November 1, 2019 11:32
@zygmuntszpak zygmuntszpak merged commit 3a45495 into master Nov 1, 2019
@johnnychen94 johnnychen94 deleted the getting_started_guide branch February 9, 2020 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants