ImageGear23.Core Assembly > ImageGear.Processing Namespace : ImGearEdgeMapMethods Enumeration |
'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
Member | Value | Description |
---|---|---|
DIAG_NEG_45 | 7 | Diagonal negative edge map. |
DIAG_POS_45 | 6 | Diagonal positive edge map. |
HORIZONTAL | 4 | Horizontal edge map. |
LAPLACIAN | 3 | Laplacian edge map. |
LOG | 8 | Laplacian of Gaussian edge map. |
PREWITT | 0 | Prewitt edge map. |
ROBERTS | 1 | Roberts edge map. |
SOBEL | 2 | Sobel edge map. |
VERTICAL | 5 | Vertical edge map. |
System.Object
System.ValueType
System.Enum
ImageGear.Processing.ImGearEdgeMapMethods