Skip to content

Edge detection in C

Pre-release
Pre-release

Choose a tag to compare

@pcichowski pcichowski released this 09 Apr 18:31
· 5 commits to main since this 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