Edge Detection banner

Edge Detection

1 devlog
1h 30m 25s

This C project implements the Sobel operator to detect edges in BMP images.
It calculates horizontal and vertical intensity gradients and combines them to highlight strong edges.

The program takes a .bmp image as input and produces a new image…

This C project implements the Sobel operator to detect edges in BMP images.
It calculates horizontal and vertical intensity gradients and combines them to highlight strong edges.

The program takes a .bmp image as input and produces a new image showing detected edges.

Repository

Loading README...

alara.engin2008

Just finished this edge detection project, let me know what you think!
Bellow is an example of the RGB version

Attachment
Attachment
0