|
PhotoController 2.1
|
Defines a EdgeDetectFreiChenFilter effect to process the image. This class cannot be inherited.
public: class EdgeDetectFreiChenFilter : public BaseFilter;
public sealed class EdgeDetectFreiChenFilter : BaseFilter;
Public sealed Class EdgeDetectFreiChenFilter Inherits BaseFilter
Edge detecting an image significantly reduces the amount of data and filters out useless information, while preserving the important structural properties in an image. There are many ways to perform edge detection. However, the majority of different methods may be grouped into two categories, gradient and Laplacian. The gradient method detects the edges by looking for the maximum and minimum in the first derivative of the image. The Laplacian method searches for zero crossings in the second derivative of the image to find edges. An edge has the one-dimensional shape of a ramp and calculating the derivative of the image can highlight its location.
IC.PhotoController.Filter.BaseFilter IC.PhotoController.Filter.EdgeDetectFreiChenFilter
|
Send comments about this topic.
|
|
Copyright (c) 2006-2007 @ ImageComponent.NET All rights reserved.
|