ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearEdgeDetectionMethods Enumeration




ImGearEdgeDetectionMethods Enumeration
Defines the edge detection methods supported by ImageGear.
Syntax
'Declaration
 
Public Enum ImGearEdgeDetectionMethods 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearEdgeDetectionMethods
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