ImageGear .NET - Updated
Edge Detection
User Guide > How to Work with... > Image Processing and Cleanup > Advanced Image Processing and Correction > Edge Detection

Edge detection is one of the most important subjects in image processing. It finds wide applications in pattern recognition, scene analysis, and 3-D vision, because the edges correspond in general to the important changes of physical or geometrical properties of objects in the scene, and they are widely used as primitives in pattern recognition, image matching, etc.

The edges coincide, generally speaking, with gray level transition, so they can be detected by maxima of gradient or the zero-crossing of the second derivatives calculated by some differential operators. Because the differential operators are sensitive to noise, a preprocessing such as smoothing is often necessary to eliminate the noise.

There are three types of edge detection:

Can be applied only to 8bit grayscale images with one channel.

See EdgeDetection Method for more information.