Sample Edge Detection Script which produces the following result .png
file.
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