ImageGear for .NET
ImGearEdgeDetectionMethods Enumeration
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Processing Namespace : ImGearEdgeDetectionMethods Enumeration




Glossary Item Box

Defines the edge detection methods supported by ImageGear.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
DIFF_RECURSIVE2Edge detection using an optimal difference recursive filter.
MAXGRADIENT0Edge detection using the maxima of gradient, i.e., maxima of the first order derivative.
ZEROXC_DERIV2ND1Edge detection using the zero-crossings of second order derivative along the gradient.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Processing.ImGearEdgeDetectionMethods

See Also

©2013. Accusoft Corporation. All Rights Reserved.