LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

MultiscaleEnhancementCommandFlags Enumeration

Show in webframe







Flags that determine method behavior.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax
[FlagsAttribute()]
public enum MultiscaleEnhancementCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum MultiscaleEnhancementCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As MultiscaleEnhancementCommandFlags
[FlagsAttribute()]
public enum MultiscaleEnhancementCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTMultiscaleEnhancementCommandFlags
public enum MultiscaleEnhancementCommandFlags
Leadtools.ImageProcessing.Core.MultiscaleEnhancementCommandFlags = function() { };
Leadtools.ImageProcessing.Core.MultiscaleEnhancementCommandFlags.prototype = {
None = 0x00000000, EdgeEnhancement = 0x00000010, LatitudeReduction = 0x00000020, };
[FlagsAttribute()]
public enum class MultiscaleEnhancementCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo Enhancement.
0x00000010EdgeEnhancementAdd the edge enhancement option. When this flag is set, the EdgeLevels and EdgeCoefficient properties will be used.
0x00000020LatitudeReductionAdd the latitude reduction option. When this flag is set, the LatitudeLevels and LatitudeCoefficient properties will be used.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.MultiscaleEnhancementCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.