←Select platform

EdgeDetectorCommandType Enumeration

Summary

Indicates the type of edge to generate.

Syntax

C#
VB
C++
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="EdgeDetectorCommandType")] 
public enum EdgeDetectorCommandType 
  
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="EdgeDetectorCommandType")> 
Public Enum EdgeDetectorCommandType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="EdgeDetectorCommandType")] 
public enum class EdgeDetectorCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
257SobelVerticalDetect the vertical edges.
258SobelHorizontalDetect the horizontal edges.
259SobelBothDetect horizontal and vertical edges.
513PrewittVerticalDetect the vertical edges.
514PrewittHorizontalDetect the horizontal edges.
515PrewittBothDetect horizontal and vertical edges.
769Laplace1Detect vertical and horizontal edges.
770Laplace2Detect general edges.
771Laplace3Detect general edges. (The filter used for this option is different than the filter used for the Laplace2 filter.)
772LaplaceDiagonalDetect the diagonal edges.
773LaplaceHorizontalDetect the horizontal edges.
774LaplaceVerticalDetect the vertical edges.
1025GradientNorthDetect north edges.
1026GradientNorthEastDetect north east edges.
1027GradientEastDetect east edges.
1028GradientSouthEastDetect south east edges.
1029GradientSouthDetect south edges.
1030GradientSouthWestDetect south west edges.
1031GradientWestDetect west edges.
1032GradientNorthWestDetect north west edges.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.ImageProcessing.DataContracts Assembly