/bio-cell-red-edge

Edge Detection of Biological Cell (Image Processing Script)

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Proof HTML

bio-cell-red-edge

Sample Edge Detection Script which produces the following result .png file.

image

Sample CLI Usage

python main.py `<file_to_be_processed>`
> python main.py "/path/original image cropped.png"
The name of the program is: main.py
The file for processing is located at: /path/original image cropped.png
Set original image to output
Set gray scale image to output
Set Sobel Edge detection image to output
Set noise reduction image to output
Set binary image to output
Set gap fill image to output
Set dilated image to output
Set overlay / final image to output
Image processing complete, please see results at: /path/result.png

See more info at bio-cell-outline