ImageGear .NET - Updated
ImGearEdgeDetectionMethods Enumeration




ImageGear24.Core Assembly > ImageGear.Processing Namespace : ImGearEdgeDetectionMethods Enumeration
Defines the edge detection methods supported by ImageGear.
Syntax
'Declaration
 
Public Enum ImGearEdgeDetectionMethods 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearEdgeDetectionMethods
public enum ImGearEdgeDetectionMethods : System.Enum 
__value public enum ImGearEdgeDetectionMethods : public System.Enum 
public enum class ImGearEdgeDetectionMethods : public System.Enum 
Members
MemberDescription
DIFF_RECURSIVEEdge detection using an optimal difference recursive filter.
MAXGRADIENTEdge detection using the maxima of gradient, i.e., maxima of the first order derivative.
ZEROXC_DERIV2NDEdge 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

Reference

ImageGear.Processing Namespace