public enum EdgeDetectorCommandType typedef NS_ENUM(NSInteger, LTEdgeDetectorCommandType) {LTEdgeDetectorCommandTypeSobelVertical = 0x0101,LTEdgeDetectorCommandTypeSobelHorizontal = 0x0102,LTEdgeDetectorCommandTypeSobelBoth = 0x0103,LTEdgeDetectorCommandTypePrewittVertical = 0x0201,LTEdgeDetectorCommandTypePrewittHorizontal = 0x0202,LTEdgeDetectorCommandTypePrewittBoth = 0x0203,LTEdgeDetectorCommandTypeLaplace1 = 0x0301,LTEdgeDetectorCommandTypeLaplace2 = 0x0302,LTEdgeDetectorCommandTypeLaplace3 = 0x0303,LTEdgeDetectorCommandTypeLaplaceDiagonal = 0x0304,LTEdgeDetectorCommandTypeLaplaceHorizontal = 0x0305,LTEdgeDetectorCommandTypeLaplaceVertical = 0x0306,LTEdgeDetectorCommandTypeGradientNorth = 0x0401,LTEdgeDetectorCommandTypeGradientNorthEast = 0x0402,LTEdgeDetectorCommandTypeGradientEast = 0x0403,LTEdgeDetectorCommandTypeGradientSouthEast = 0x0404,LTEdgeDetectorCommandTypeGradientSouth = 0x0405,LTEdgeDetectorCommandTypeGradientSouthWest = 0x0406,LTEdgeDetectorCommandTypeGradientWest = 0x0407,LTEdgeDetectorCommandTypeGradientNorthWest = 0x0408};
public final class EdgeDetectorCommandTypeextends java.lang.Enum<EdgeDetectorCommandType>
public enum class EdgeDetectorCommandType class EdgeDetectorCommandType(Enum):SobelVertical = 257SobelHorizontal = 258SobelBoth = 259PrewittVertical = 513PrewittHorizontal = 514PrewittBoth = 515Laplace1 = 769Laplace2 = 770Laplace3 = 771LaplaceDiagonal = 772LaplaceHorizontal = 773LaplaceVertical = 774GradientNorth = 1025GradientNorthEast = 1026GradientEast = 1027GradientSouthEast = 1028GradientSouth = 1029GradientSouthWest = 1030GradientWest = 1031GradientNorthWest = 1032
| 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. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
