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.