LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
EdgeDetectorCommandType Enumeration
See Also  
Leadtools.ImageProcessing.Effects Namespace : EdgeDetectorCommandType Enumeration



Flag that indicates the type of edge to generate. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Enum EdgeDetectorCommandType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As EdgeDetectorCommandType
C# 
public enum EdgeDetectorCommandType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class EdgeDetectorCommandType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
GradientEastDetect east edges.
GradientNorthDetect north edges.
GradientNorthEastDetect north east edges.
GradientNorthWestDetect north west edges.
GradientSouthDetect south edges.
GradientSouthEastDetect south east edges.
GradientSouthWestDetect south west edges.
GradientWestDetect west edges.
Laplace1Detect vertical and horizontal edges.
Laplace2Detect general edges
Laplace3Detect general edges. (The filter used for this option is different than the filter used for the Laplace2 filter.)
LaplaceDiagonalDetect the diagonal edges.
LaplaceHorizontalDetect the horizontal edges.
LaplaceVerticalDetect the vertical edges.
PrewittBothDetect horizontal and vertical edges.
PrewittHorizontalDetect the horizontal edges.
PrewittVerticalDetect the vertical edges.
SobelBothDetect horizontal and vertical edges.
SobelHorizontalDetect the horizontal edges.
SobelVerticalDetect the vertical edges.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also