Sobel and
Canny are major
edge detection algorithms in
Image Processing. Here I have implemented those algorithms using c#.
Download the source code from
here.
Canny Edge Detection (click to zoom)
Sobel Edge Detection (click to zoom)
You can improve the program by using optimization methods such as threading and loop optimization.