Leadtools.Workflow.ImageProcessing Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
EdgeDetectorCommandType Enumeration
See Also  
Leadtools.Workflow.ImageProcessing Namespace : EdgeDetectorCommandType Enumeration



Flag that indicates the type of edges to detect.

Syntax

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

Members

MemberDescription
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.

Inheritance Hierarchy

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

Requirements

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

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