| Image processing – Edge Detection filters with c++ and GDI+ This article explains 2 different ways to do edge detection: first method is based on: Sobel , Prewitt and Kirsh and the second one is based on the difference between pairs of pixel around the current pixel. |