C#
VB
C++
Represents the predefined binary filter to use.
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BinaryFilterCommandPredefined")]
public enum BinaryFilterCommandPredefined
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BinaryFilterCommandPredefined")>
Public Enum BinaryFilterCommandPredefined
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BinaryFilterCommandPredefined")]
public enum class BinaryFilterCommandPredefined : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | ErosionOmniDirectional | Shrinks black objects in the image in all directions. |
1 | ErosionHorizontal | Shrinks black objects in the image horizontally. |
2 | ErosionVertical | Shrinks black objects in the image vertically. |
3 | ErosionDiagonal | Shrinks black objects in the image diagonally. |
4 | DilationOmniDirectional | Shrinks black objects in the image in all directions. |
5 | DilationHorizontal | Enlarges black objects in the image horizontally. |
6 | DilationVertical | Enlarges black objects in the image vertically. |
7 | DilationDiagonal | Enlarges black objects in the image diagonally. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET