ImageGear .NET - Updated May 30, 2018
ImGearEdgeMapMethods Enumeration




ImageGear24.Core Assembly > ImageGear.Processing Namespace : ImGearEdgeMapMethods Enumeration
Specifies types of edge map operation.
Syntax
'Declaration
 
Public Enum ImGearEdgeMapMethods 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearEdgeMapMethods
Members
MemberDescription
DIAG_NEG_45Diagonal negative edge map.
DIAG_POS_45Diagonal positive edge map.
HORIZONTALHorizontal edge map.
LAPLACIANLaplacian edge map.
LOGLaplacian of Gaussian edge map.
PREWITTPrewitt edge map.
ROBERTSRoberts edge map.
SOBELSobel edge map.
VERTICALVertical edge map.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Processing.ImGearEdgeMapMethods

See Also

Reference

ImageGear.Processing Namespace