Leadtools.Services.ImageProcessing.DataContracts Namespace : SpatialFilterCommandPredefined Enumeration |
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="SpatialFilterCommandPredefined")] public enum SpatialFilterCommandPredefined : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="SpatialFilterCommandPredefined")> Public Enum SpatialFilterCommandPredefined Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As SpatialFilterCommandPredefined
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="SpatialFilterCommandPredefined")] public enum SpatialFilterCommandPredefined : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Services.ImageProcessing.DataContracts.SpatialFilterCommandPredefined = function() { }; Leadtools.Services.ImageProcessing.DataContracts.SpatialFilterCommandPredefined.prototype = {
LeadtoolsMemberMarker(replace me) };
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="SpatialFilterCommandPredefined")] public enum class SpatialFilterCommandPredefined : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
EmbossEast | 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.) |
EmbossNorth | 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.) |
EmbossNorthEast | 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.) |
EmbossNorthWest | 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.) |
EmbossSouth | 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.) |
EmbossSouthEast | 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.) |
EmbossSouthWest | 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.) |
EmbossWest | 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.) |
GradientEdgeEnhancementEast | Detects edges using a Gradient directional filter. The direction of the effect is east. |
GradientEdgeEnhancementNorth | Detects edges using a Gradient directional filter. The direction of the effect is north. |
GradientEdgeEnhancementNorthEast | Detects edges using a Gradient directional filter. The direction of the effect is north-east. |
GradientEdgeEnhancementNorthWest | Detects edges using a Gradient directional filter. The direction of the effect is north-west. |
GradientEdgeEnhancementSouth | Detects edges using a Gradient directional filter. The direction of the effect is south. |
GradientEdgeEnhancementSouthEast | Detects edges using a Gradient directional filter. The direction of the effect is south-east. |
GradientEdgeEnhancementSouthWest | Detects edges using a Gradient directional filter. The direction of the effect is south-west. |
GradientEdgeEnhancementWest | Detects edges using a Gradient directional filter. The direction of the effect is west. |
LaplacianDiagonal | Applies diagonal Laplacian line detection. All pixels not on the detected lines are changed to black. |
LaplacianFilter1 | Applies Laplacian line detection number 1. All pixels not on the detected lines are changed to black. |
LaplacianFilter2 | Applies Laplacian line detection number 2. All pixels not on the detected lines are changed to black. |
LaplacianFilter3 | Applies Laplacian line detection number 3. All pixels not on the detected lines are changed to black. |
LaplacianHorizontal | Applies horizontal Laplacian line detection. All pixels not on the detected lines are changed to black. |
LaplacianVertical | Applies vertical Laplacian line detection. All pixels not on the detected lines are changed to black. |
LineSegmentHorizontal | 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. |
LineSegmentLeftToRight | 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. |
LineSegmentRightToLeft | 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. |
LineSegmentVertical | 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. |
PrewittHorizontal | 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. |
PrewittVertical | 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. |
ShiftAndDifferenceDiagonal | Applies diagonal shift-and-difference edge detection. All pixels not on the detected edges are changed to black. |
ShiftAndDifferenceHorizontal | Applies horizontal shift-and-difference edge detection. All pixels not on the detected edges are changed to black. |
ShiftAndDifferenceVertical | Applies vertical shift-and-difference edge detection. All pixels not on the detected edges are changed to black. |
SobelHorizontal | 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.) |
SobelVertical | 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.) |
System.Object
System.ValueType
System.Enum
Leadtools.Services.ImageProcessing.DataContracts.SpatialFilterCommandPredefined
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