Leadtools.Services.ImageProcessing.DataContracts 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.Services.ImageProcessing.DataContracts Namespace : EdgeDetectorCommandType Enumeration



Indicates the type of edge to generate.

Syntax

Visual Basic (Declaration) 
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="EdgeDetectorCommandType")>
Public Enum EdgeDetectorCommandType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As EdgeDetectorCommandType
C# 
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="EdgeDetectorCommandType")]
public enum EdgeDetectorCommandType : Enum 
C++/CLI 
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="EdgeDetectorCommandType")]
public enum class EdgeDetectorCommandType : public Enum 

Members

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Services.ImageProcessing.DataContracts.EdgeDetectorCommandType

Requirements

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

See Also

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: Imaging Pro/Document/Medical Features