Skip to content

Commit

Permalink
Added detail to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Feb 4, 2018
1 parent b7bdb7a commit 51305cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Use `python3 -m pip install --user -r req.txt` to install the necessary dependen

## Getting started

Download the repo and unzip. Load your images into the `img` directory. Use `python3 Main.py` and select the fruit image for analysis. For demonstration purposes, the application will display the edge mask, the image with its background subtracted, and blemishes found by the blob detection algorithm.
Download the repo and unzip. Load your images into the `img` directory. Use `python3 Main.py` and select the fruit image for analysis. For demonstration purposes, the application will display the input image, the edge mask, the input image with its background subtracted, and blemishes on the input image found by the blob detection algorithm.

0 comments on commit 51305cb

Please sign in to comment.