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



The EdgeDetectorCommandType Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.

Flag that indicates the type of edges to detect.

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.Workflow.ImageProcessing.EdgeDetectorCommandType

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Workflow.ImageProcessing requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features