Edge detection algorithms
The following algorithms have been implemented:
- Robert's edge detector
- Prewitt edge detector
- Sobel edge detector
- Frie Chen edge detector
- Canny edge detector
Robert's Edge detector
edge -roberts -t 10 50 cman.jpg
Prewitt Edge detector
edge -prewitts -t 10 50 cman.jpg
Sobel Edge detector
edge -sobel -t 10 50 cman.jpg
Frie Chen Edge detector
edge -frie -t 10 50 cman.jpg
Canny detector
edge -canny -t 10 50 cman.jpg
CODE
Here is the link for the documented ( Doxygen )
this is the code for edge detection schemes (1-4) and
here is for canny edge detection scheme.