←Select platform

EdgeDetectorCommandType Enumeration

Summary

Flag that indicates the type of edge to generate.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum EdgeDetectorCommandType   
Public Enum EdgeDetectorCommandType  
    
    
public enum EdgeDetectorCommandType    
typedef NS_ENUM(NSInteger, LTEdgeDetectorCommandType) 
public enum EdgeDetectorCommandType 
Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType = function() { }; 
Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.prototype = {<br/> 
  SobelVertical = 257, 
    SobelHorizontal = 258, 
    SobelBoth = 259, 
    PrewittVertical = 513, 
    PrewittHorizontal = 514, 
    PrewittBoth = 515, 
    Laplace1 = 769, 
    Laplace2 = 770, 
    Laplace3 = 771, 
    LaplaceDiagonal = 772, 
    LaplaceHorizontal = 773, 
    LaplaceVertical = 774, 
    GradientNorth = 1025, 
    GradientNorthEast = 1026, 
    GradientEast = 1027, 
    GradientSouthEast = 1028, 
    GradientSouth = 1029, 
    GradientSouthWest = 1030, 
    GradientWest = 1031, 
    GradientNorthWest = 1032, 
     
 }; 
public enum class EdgeDetectorCommandType   

Members

ValueMemberDescription
257SobelVertical Detect the vertical edges.
258SobelHorizontal Detect the horizontal edges.
259SobelBoth Detect horizontal and vertical edges.
513PrewittVertical Detect the vertical edges.
514PrewittHorizontal Detect the horizontal edges.
515PrewittBoth Detect horizontal and vertical edges.
769Laplace1 Detect vertical and horizontal edges.
770Laplace2 Detect general edges
771Laplace3 Detect general edges. (The filter used for this option is different than the filter used for the Laplace2 filter.)
772LaplaceDiagonal Detect the diagonal edges.
773LaplaceHorizontal Detect the horizontal edges.
774LaplaceVertical Detect the vertical edges.
1025GradientNorth Detect north edges.
1026GradientNorthEast Detect north east edges.
1027GradientEast Detect east edges.
1028GradientSouthEast Detect south east edges.
1029GradientSouth Detect south edges.
1030GradientSouthWest Detect south west edges.
1031GradientWest Detect west edges.
1032GradientNorthWest Detect 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.ImageProcessing.Effects Assembly