public enum MaskConvolutionCommandType typedef NS_ENUM(NSInteger, LTMaskConvolutionCommandType) {LTMaskConvolutionCommandTypeEmboss = 0x0000,LTMaskConvolutionCommandTypeEdgeDetection = 0x0001,LTMaskConvolutionCommandTypeEmbossSplotch = 0x0002,LTMaskConvolutionCommandTypeSplotch = 0x0003};
public final class MaskConvolutionCommandTypeextends java.lang.Enum<MaskConvolutionCommandType>
public enum class MaskConvolutionCommandType class MaskConvolutionCommandType(Enum):Emboss = 0EdgeDetection = 1EmbossSplotch = 2Splotch = 3
| Value | Member | Description |
|---|---|---|
| 0 | Emboss | Apply the Emboss Mask on the image. |
| 1 | EdgeDetection | Apply the Edge Detection Mask on the image. |
| 2 | EmbossSplotch | Apply the Emboss-Splotch Mask on the image. |
| 3 | Splotch | Apply the Splotch Mask on the image. |
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
