LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)

EdgeDetectorCommandType Enumeration

Show in webframe





Flag that indicates the type of edges to detect.
Syntax
public enum EdgeDetectorCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum EdgeDetectorCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As EdgeDetectorCommandType

            

            
public enum class EdgeDetectorCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000101SobelVerticalDetect the vertical edges.
0x00000102SobelHorizontalDetect the horizontal edges.
0x00000103SobelBothDetect horizontal and vertical edges.
0x00000201PrewittVerticalDetect the vertical edges.
0x00000202PrewittHorizontalDetect the horizontal edges.
0x00000203PrewittBothDetect horizontal and vertical edges.
0x00000301Laplace1Detect vertical and horizontal edges.
0x00000302Laplace2Detect general edges
0x00000303Laplace3Detect general edges. (The filter used for this option is different than the filter used for the Laplace2 filter.)
0x00000304LaplaceDiagonalDetect the diagonal edges.
0x00000305LaplaceHorizontalDetect the horizontal edges.
0x00000306LaplaceVerticalDetect the vertical edges.
0x00000401GradientNorthDetect north edges.
0x00000402GradientNorthEastDetect north east edges.
0x00000403GradientEastDetect east edges.
0x00000404GradientSouthEastDetect south east edges.
0x00000405GradientSouthDetect south edges.
0x00000406GradientSouthWestDetect south west edges.
0x00000407GradientWestDetect west edges.
0x00000408GradientNorthWestDetect north west edges.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Workflow.ImageProcessing Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.