public enum BinaryFilterCommandPredefined
typedef NS_ENUM(NSInteger, LTBinaryFilterCommandPredefined) {
LTBinaryFilterCommandPredefinedErosionOmniDirectional,
LTBinaryFilterCommandPredefinedErosionHorizontal,
LTBinaryFilterCommandPredefinedErosionVertical,
LTBinaryFilterCommandPredefinedErosionDiagonal,
LTBinaryFilterCommandPredefinedDilationOmniDirectional,
LTBinaryFilterCommandPredefinedDilationHorizontal,
LTBinaryFilterCommandPredefinedDilationVertical,
LTBinaryFilterCommandPredefinedDilationDiagonal,
};
public final class BinaryFilterCommandPredefined
extends java.lang.Enum<BinaryFilterCommandPredefined>
public enum class BinaryFilterCommandPredefined
class BinaryFilterCommandPredefined(Enum):
ErosionOmniDirectional = 0
ErosionHorizontal = 1
ErosionVertical = 2
ErosionDiagonal = 3
DilationOmniDirectional = 4
DilationHorizontal = 5
DilationVertical = 6
DilationDiagonal = 7
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. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document