C#
VB
C++
Indicates the type of edge to generate.
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="EdgeDetectorCommandType")]
public enum EdgeDetectorCommandType
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="EdgeDetectorCommandType")>
Public Enum EdgeDetectorCommandType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="EdgeDetectorCommandType")]
public enum class EdgeDetectorCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
257 | SobelVertical | Detect the vertical edges. |
258 | SobelHorizontal | Detect the horizontal edges. |
259 | SobelBoth | Detect horizontal and vertical edges. |
513 | PrewittVertical | Detect the vertical edges. |
514 | PrewittHorizontal | Detect the horizontal edges. |
515 | PrewittBoth | Detect horizontal and vertical edges. |
769 | Laplace1 | Detect vertical and horizontal edges. |
770 | Laplace2 | Detect general edges. |
771 | Laplace3 | Detect general edges. (The filter used for this option is different than the filter used for the Laplace2 filter.) |
772 | LaplaceDiagonal | Detect the diagonal edges. |
773 | LaplaceHorizontal | Detect the horizontal edges. |
774 | LaplaceVertical | Detect the vertical edges. |
1025 | GradientNorth | Detect north edges. |
1026 | GradientNorthEast | Detect north east edges. |
1027 | GradientEast | Detect east edges. |
1028 | GradientSouthEast | Detect south east edges. |
1029 | GradientSouth | Detect south edges. |
1030 | GradientSouthWest | Detect south west edges. |
1031 | GradientWest | Detect west edges. |
1032 | GradientNorthWest | Detect north west edges. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET