The BinaryFilterCommandPredefined Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Represents the predefined binary filter to use.| Visual Basic (Declaration) | |
|---|---|
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BinaryFilterCommandPredefined")> Public Enum BinaryFilterCommandPredefined Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As BinaryFilterCommandPredefined | |
| C# | |
|---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BinaryFilterCommandPredefined")] public enum BinaryFilterCommandPredefined : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BinaryFilterCommandPredefined")] public enum class BinaryFilterCommandPredefined : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| DilationDiagonal | Enlarges black objects in the image diagonally. |
| DilationHorizontal | Enlarges black objects in the image horizontally. |
| DilationOmniDirectional | Shrinks black objects in the image in all directions. |
| DilationVertical | Enlarges black objects in the image vertically. |
| ErosionDiagonal | Shrinks black objects in the image diagonally. |
| ErosionHorizontal | Shrinks black objects in the image horizontally. |
| ErosionOmniDirectional | Shrinks black objects in the image in all directions. |
| ErosionVertical | Shrinks black objects in the image vertically. |
System.Object
System.ValueType
System.Enum
Leadtools.Services.ImageProcessing.DataContracts.BinaryFilterCommandPredefined
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code