LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

EdgeDetectorCommandType Enumeration






Flag that indicates the type of edge to generate. .NET support WinRT support Silverlight support
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  
Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType = function() { };
Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class EdgeDetectorCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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.ImageProcessing.Effects.EdgeDetectorCommandType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.