ImageGear .NET - Updated
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
public enum ImGearEdgeMapMethods : System.Enum 
__value public enum ImGearEdgeMapMethods : public System.Enum 
public enum class ImGearEdgeMapMethods : public System.Enum 
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