←Select platform

MultiscaleEnhancementCommandFlags Enumeration

Summary
Flags that determine method behavior. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum MultiscaleEnhancementCommandFlags   
typedef NS_OPTIONS(NSUInteger, LTMultiscaleEnhancementCommandFlags) 
public final class MultiscaleEnhancementCommandFlags 
    extends java.lang.Enum<MultiscaleEnhancementCommandFlags> 
[FlagsAttribute()] 
public enum class MultiscaleEnhancementCommandFlags   
class MultiscaleEnhancementCommandFlags(Enum): 
   None = 0 
   EdgeEnhancement = 16 
   LatitudeReduction = 32 
   DontUseThreading = 64 
Members
ValueMemberDescription
0x00000000None No Enhancement.
0x00000010EdgeEnhancement Add the edge enhancement option. When this flag is set, the EdgeLevels and EdgeCoefficient properties will be used.
0x00000020LatitudeReduction Add the latitude reduction option. When this flag is set, the LatitudeLevels and LatitudeCoefficient properties will be used.
0x00000040DontUseThreading Do not use threading.
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.Core Assembly

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