ImGearEdgeMapMethods Enumeration
In This Topic
Specifies types of edge map operation.
Syntax
Members
| 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. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Processing.ImGearEdgeMapMethods
See Also