Skip to content

Releases: pcichowski/edge-detection

Edge detection in C

09 Apr 18:31
Compare
Choose a tag to compare
Edge detection in C Pre-release
Pre-release

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