LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

EdgeDetectorCommandType Enumeration

Show in webframe







Flag that indicates the type of edge to generate.
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 EdgeDetectorCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTEdgeDetectorCommandType
public enum EdgeDetectorCommandType
Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType = function() { };
Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.prototype = {
SobelVertical = 0x00000101, SobelHorizontal = 0x00000102, SobelBoth = 0x00000103, PrewittVertical = 0x00000201, PrewittHorizontal = 0x00000202, PrewittBoth = 0x00000203, Laplace1 = 0x00000301, Laplace2 = 0x00000302, Laplace3 = 0x00000303, LaplaceDiagonal = 0x00000304, LaplaceHorizontal = 0x00000305, LaplaceVertical = 0x00000306, GradientNorth = 0x00000401, GradientNorthEast = 0x00000402, GradientEast = 0x00000403, GradientSouthEast = 0x00000404, GradientSouth = 0x00000405, GradientSouthWest = 0x00000406, GradientWest = 0x00000407, GradientNorthWest = 0x00000408, };
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.ImageProcessing.Effects.EdgeDetectorCommandType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

 

 


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