←Select platform

SpatialFilterCommandPredefined Enumeration

Summary

Enumerated values that represent a predefined spatial filter to use.

Syntax
C#
VB
Objective-C
C++
Java
public enum SpatialFilterCommandPredefined   
Public Enum SpatialFilterCommandPredefined  
typedef NS_ENUM(NSInteger, LTSpatialFilterCommandPredefined) 
public enum SpatialFilterCommandPredefined 
public enum class SpatialFilterCommandPredefined   

Members
ValueMemberDescription
0EmbossNorth Creates an image with an embossed appearance to the north. (This is used for artistic effect, but is listed here because it is one of the predefined filters.)
1EmbossNorthEast Creates an image with an embossed appearance to the north-east. (This is used for artistic effect, but is listed here because it is one of the predefined filters.)
2EmbossEast Creates an image with an embossed appearance to the east. (This is used for artistic effect, but is listed here because it is one of the predefined filters.)
3EmbossSouthEast Creates an image with an embossed appearance to the south-east. (This is used for artistic effect, but is listed here because it is one of the predefined filters.)
4EmbossSouth Creates an image with an embossed appearance to the south. (This is used for artistic effect, but is listed here because it is one of the predefined filters.)
5EmbossSouthWest Creates an image with an embossed appearance to the south-west. (This is used for artistic effect, but is listed here because it is one of the predefined filters.)
6EmbossWest Creates an image with an embossed appearance to the west. (This is used for artistic effect, but is listed here because it is one of the predefined filters.)
7EmbossNorthWest Creates an image with an embossed appearance to the north-west. (This is used for artistic effect, but is listed here because it is one of the predefined filters.)
8GradientEdgeEnhancementNorth Detects edges using a Gradient directional filter. The direction of the effect is north.
9GradientEdgeEnhancementNorthEast Detects edges using a Gradient directional filter. The direction of the effect is north-east.
10GradientEdgeEnhancementEast Detects edges using a Gradient directional filter. The direction of the effect is east.
11GradientEdgeEnhancementSouthEast Detects edges using a Gradient directional filter. The direction of the effect is south-east.
12GradientEdgeEnhancementSouth Detects edges using a Gradient directional filter. The direction of the effect is south.
13GradientEdgeEnhancementSouthWest Detects edges using a Gradient directional filter. The direction of the effect is south-west.
14GradientEdgeEnhancementWest Detects edges using a Gradient directional filter. The direction of the effect is west.
15GradientEdgeEnhancementNorthWest Detects edges using a Gradient directional filter. The direction of the effect is north-west.
16LaplacianFilter1 Applies Laplacian line detection number 1. All pixels not on the detected lines are changed to black.
17LaplacianFilter2 Applies Laplacian line detection number 2. All pixels not on the detected lines are changed to black.
18LaplacianFilter3 Applies Laplacian line detection number 3. All pixels not on the detected lines are changed to black.
19LaplacianDiagonal Applies diagonal Laplacian line detection. All pixels not on the detected lines are changed to black.
20LaplacianHorizontal Applies horizontal Laplacian line detection. All pixels not on the detected lines are changed to black.
21LaplacianVertical Applies vertical Laplacian line detection. All pixels not on the detected lines are changed to black.
22SobelHorizontal Applies horizontal Sobel edge detection. All pixels not on the detected edges are changed to black. (The usage is the same as Prewitt, but the algorithm is different.)
23SobelVertical Applies vertical Sobel edge detection. All pixels not on the detected edges are changed to black. (The usage is the same as Prewitt, but the algorithm is different.)
24PrewittHorizontal Applies horizontal Prewitt edge detection. All pixels not on the detected edges are changed to black. (The usage is the same as Sobel, but the algorithm is different.) Choose the appropriate value for horizontal or vertical detection.
25PrewittVertical Applies vertical Prewitt edge detection. All pixels not on the detected edges are changed to black. (The usage is the same as Sobel, but the algorithm is different.) Choose the appropriate value for horizontal or vertical detection.
26ShiftAndDifferenceDiagonal Applies diagonal shift-and-difference edge detection. All pixels not on the detected edges are changed to black.
27ShiftAndDifferenceHorizontal Applies horizontal shift-and-difference edge detection. All pixels not on the detected edges are changed to black.
28ShiftAndDifferenceVertical Applies vertical shift-and-difference edge detection. All pixels not on the detected edges are changed to black.
29LineSegmentHorizontal Applies horizontal line segment line detection. You can use this filter to find line discontinuities in an image. All pixels not on the detected line segments are changed to black.
30LineSegmentVertical Applies vertical line segment line detection. You can use this filter to find line discontinuities in an image. All pixels not on the detected line segments are changed to black.
31LineSegmentLeftToRight Applies left to right line segment line detection. You can use this filter to find line discontinuities in an image. All pixels not on the detected line segments are changed to black.
32LineSegmentRightToLeft Applies right to left line segment line detection. You can use this filter to find line discontinuities in an image. All pixels not on the detected line segments are changed to black.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly