Leadtools.ImageProcessing.Effects Namespace : EdgeDetectorCommandType Enumeration |
public enum EdgeDetectorCommandType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum EdgeDetectorCommandType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As EdgeDetectorCommandType
public enum EdgeDetectorCommandType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType = function() { }; Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class EdgeDetectorCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
GradientEast | Detect east edges. |
GradientNorth | Detect north edges. |
GradientNorthEast | Detect north east edges. |
GradientNorthWest | Detect north west edges. |
GradientSouth | Detect south edges. |
GradientSouthEast | Detect south east edges. |
GradientSouthWest | Detect south west edges. |
GradientWest | Detect west 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. |
PrewittBoth | Detect horizontal and vertical edges. |
PrewittHorizontal | Detect the horizontal edges. |
PrewittVertical | Detect the vertical edges. |
SobelBoth | Detect horizontal and vertical edges. |
SobelHorizontal | Detect the horizontal edges. |
SobelVertical | Detect the vertical edges. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2