Visual Basic (Declaration) | |
---|---|
Public Enum EdgeDetectorCommandType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum EdgeDetectorCommandType : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum EdgeDetectorCommandType : public Enum |
C++/CLI | |
---|---|
public enum class EdgeDetectorCommandType : public Enum |
Member | Description |
---|---|
SobelVertical | Detect the vertical edges. |
SobelHorizontal | Detect the horizontal edges. |
SobelBoth | Detect horizontal and vertical edges. |
PrewittVertical | Detect the vertical edges. |
PrewittHorizontal | Detect the horizontal edges. |
PrewittBoth | Detect horizontal and vertical edges. |
Laplace1 | Detect vertical and horizontal edges. |
Laplace2 | Detect general edges |
Laplace3 | Detect general edges. (The filter used for this option is different than the filter used for the Laplace2 filter.) |
LaplaceDiagonal | Detect the diagonal edges. |
LaplaceHorizontal | Detect the horizontal edges. |
LaplaceVertical | Detect the vertical edges. |
GradientNorth | Detect north edges. |
GradientNorthEast | Detect north east edges. |
GradientEast | Detect east edges. |
GradientSouthEast | Detect south east edges. |
GradientSouth | Detect south edges. |
GradientSouthWest | Detect south west edges. |
GradientWest | Detect west edges. |
GradientNorthWest | Detect north west edges. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family