←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#
VB
Objective-C
C++
Java
[FlagsAttribute()] 
public enum MultiscaleEnhancementCommandFlags   
<FlagsAttribute()> 
Public Enum MultiscaleEnhancementCommandFlags  
typedef NS_OPTIONS(NSUInteger, LTMultiscaleEnhancementCommandFlags) 
public enum MultiscaleEnhancementCommandFlags 
[FlagsAttribute()] 
public enum class MultiscaleEnhancementCommandFlags   
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

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