Leadtools.Services.ImageProcessing.DataContracts Namespace : EdgeDetectorCommandType Enumeration |
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="EdgeDetectorCommandType")] public enum EdgeDetectorCommandType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="EdgeDetectorCommandType")> Public Enum EdgeDetectorCommandType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As EdgeDetectorCommandType
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="EdgeDetectorCommandType")] public enum class EdgeDetectorCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000101 | SobelVertical | Detect the vertical edges. |
0x00000102 | SobelHorizontal | Detect the horizontal edges. |
0x00000103 | SobelBoth | Detect horizontal and vertical edges. |
0x00000201 | PrewittVertical | Detect the vertical edges. |
0x00000202 | PrewittHorizontal | Detect the horizontal edges. |
0x00000203 | PrewittBoth | Detect horizontal and vertical edges. |
0x00000301 | Laplace1 | Detect vertical and horizontal edges. |
0x00000302 | Laplace2 | Detect general edges. |
0x00000303 | Laplace3 | Detect general edges. (The filter used for this option is different than the filter used for the Laplace2 filter.) |
0x00000304 | LaplaceDiagonal | Detect the diagonal edges. |
0x00000305 | LaplaceHorizontal | Detect the horizontal edges. |
0x00000306 | LaplaceVertical | Detect the vertical edges. |
0x00000401 | GradientNorth | Detect north edges. |
0x00000402 | GradientNorthEast | Detect north east edges. |
0x00000403 | GradientEast | Detect east edges. |
0x00000404 | GradientSouthEast | Detect south east edges. |
0x00000405 | GradientSouth | Detect south edges. |
0x00000406 | GradientSouthWest | Detect south west edges. |
0x00000407 | GradientWest | Detect west edges. |
0x00000408 | GradientNorthWest | Detect north west edges. |
System.Object
System.ValueType
System.Enum
Leadtools.Services.ImageProcessing.DataContracts.EdgeDetectorCommandType