Leadtools.Workflow.ImageProcessing Namespace : BinaryFilterCommandPredefined Enumeration |
public enum BinaryFilterCommandPredefined : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum BinaryFilterCommandPredefined Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As BinaryFilterCommandPredefined
public enum class BinaryFilterCommandPredefined : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | ErosionOmniDirectional | Shrinks black objects in the image in all directions. |
0x00000001 | ErosionHorizontal | Shrinks black objects in the image horizontally. |
0x00000002 | ErosionVertical | Shrinks black objects in the image vertically. |
0x00000003 | ErosionDiagonal | Shrinks black objects in the image diagonally. |
0x00000004 | DilationOmniDirectional | Shrinks black objects in the image in all directions. |
0x00000005 | DilationHorizontal | Enlarges black objects in the image horizontally. |
0x00000006 | DilationVertical | Enlarges black objects in the image vertically. |
0x00000007 | DilationDiagonal | Enlarges black objects in the image diagonally. |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.ImageProcessing.BinaryFilterCommandPredefined