←Select platform

MaskConvolutionCommandType Enumeration

Summary
Enumeration that indicates which mask to use in the convolution process.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum MaskConvolutionCommandType   
typedef NS_ENUM(NSInteger, LTMaskConvolutionCommandType) { 
 LTMaskConvolutionCommandTypeEmboss = 0x0000,  
 LTMaskConvolutionCommandTypeEdgeDetection = 0x0001,  
 LTMaskConvolutionCommandTypeEmbossSplotch = 0x0002,  
 LTMaskConvolutionCommandTypeSplotch = 0x0003 
}; 
public final class MaskConvolutionCommandType 
    extends java.lang.Enum<MaskConvolutionCommandType> 
public enum class MaskConvolutionCommandType   
class MaskConvolutionCommandType(Enum): 
   Emboss = 0 
   EdgeDetection = 1 
   EmbossSplotch = 2 
   Splotch = 3 
Members
ValueMemberDescription
0Emboss Apply the Emboss Mask on the image.
1EdgeDetection Apply the Edge Detection Mask on the image.
2EmbossSplotch Apply the Emboss-Splotch Mask on the image.
3Splotch Apply the Splotch Mask on the image.
Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.