Showing posts with label Edge Detection. Show all posts
Showing posts with label Edge Detection. Show all posts

Monday, November 10, 2008

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.

Image Processing - Convolution Filters with c++ and GDI+

A brief description of several useful convolution filters which allows you to apply various effects on photos for certain features.