←Select platform

MultiscaleEnhancementCommandType Enumeration

Summary
Values that determine the type of filter used.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum MultiscaleEnhancementCommandType   
typedef NS_ENUM(NSInteger, LTMultiscaleEnhancementCommandType) { 
 LTMultiscaleEnhancementCommandTypeGaussian = 0x0000,  
 LTMultiscaleEnhancementCommandTypeResample = 0x0001,  
 LTMultiscaleEnhancementCommandTypeBicubic = 0x0002,  
 LTMultiscaleEnhancementCommandTypeNormal = 0x0003,  
}; 
public final class MultiscaleEnhancementCommandType 
    extends java.lang.Enum<MultiscaleEnhancementCommandType> 
public enum class MultiscaleEnhancementCommandType   
class MultiscaleEnhancementCommandType(Enum): 
   Gaussian = 0 
   Resample = 1 
   Bicubic = 2 
   Normal = 3 
Members
ValueMemberDescription
0Gaussian Use the Gaussian filter.
1Resample Use the resample filter.
2Bicubic Use the bicubic filter.
3Normal Use the normal filter.
Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

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