←Select platform

SpatialFilterCommandPredefined Enumeration

Summary

Represents a predefined spatial filter to use.

Syntax

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

Members

ValueMemberDescription
0EmbossNorthCreates 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.)
1EmbossNorthEastCreates 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.)
2EmbossEastCreates 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.)
3EmbossSouthEastCreates 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.)
4EmbossSouthCreates 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.)
5EmbossSouthWestCreates 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.)
6EmbossWestCreates 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.)
7EmbossNorthWestCreates 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.)
8GradientEdgeEnhancementNorthDetects edges using a Gradient directional filter. The direction of the effect is north.
9GradientEdgeEnhancementNorthEastDetects edges using a Gradient directional filter. The direction of the effect is north-east.
10GradientEdgeEnhancementEastDetects edges using a Gradient directional filter. The direction of the effect is east.
11GradientEdgeEnhancementSouthEastDetects edges using a Gradient directional filter. The direction of the effect is south-east.
12GradientEdgeEnhancementSouthDetects edges using a Gradient directional filter. The direction of the effect is south.
13GradientEdgeEnhancementSouthWestDetects edges using a Gradient directional filter. The direction of the effect is south-west.
14GradientEdgeEnhancementWestDetects edges using a Gradient directional filter. The direction of the effect is west.
15GradientEdgeEnhancementNorthWestDetects edges using a Gradient directional filter. The direction of the effect is north-west.
16LaplacianFilter1Applies Laplacian line detection number 1. All pixels not on the detected lines are changed to black.
17LaplacianFilter2Applies Laplacian line detection number 2. All pixels not on the detected lines are changed to black.
18LaplacianFilter3Applies Laplacian line detection number 3. All pixels not on the detected lines are changed to black.
19LaplacianDiagonalApplies diagonal Laplacian line detection. All pixels not on the detected lines are changed to black.
20LaplacianHorizontalApplies horizontal Laplacian line detection. All pixels not on the detected lines are changed to black.
21LaplacianVerticalApplies vertical Laplacian line detection. All pixels not on the detected lines are changed to black.
22SobelHorizontalApplies 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.)
23SobelVerticalApplies 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.)
24PrewittHorizontalApplies 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.
25PrewittVerticalApplies 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.
26ShiftAndDifferenceDiagonalApplies diagonal shift-and-difference edge detection. All pixels not on the detected edges are changed to black.
27ShiftAndDifferenceHorizontalApplies horizontal shift-and-difference edge detection. All pixels not on the detected edges are changed to black.
28ShiftAndDifferenceVerticalApplies vertical shift-and-difference edge detection. All pixels not on the detected edges are changed to black.
29LineSegmentHorizontalApplies 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.
30LineSegmentVerticalApplies 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.
31LineSegmentLeftToRightApplies 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.
32LineSegmentRightToLeftApplies 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.ImageProcessing.DataContracts Assembly