Releases: pcichowski/edge-detection
Releases · pcichowski/edge-detection
Edge detection in C
Canny Edge Detecton in C
Program works by performing matrix convolutions, using mainly Sobel operators.
Usage
To work, the program needs the following file structure:
edge_detection_c.exe
--images
----input
----output
Place images you want to detect edges on in the input folder
For now, the only supported image extension is .jpg
Execute the program
Images with detected edges are placed into the output folder with the same name and extension