LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

MultiscaleEnhancementCommandType Enumeration

Show in webframe







Values that determine the type of filter used.
Syntax
public enum MultiscaleEnhancementCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum MultiscaleEnhancementCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As MultiscaleEnhancementCommandType
public enum MultiscaleEnhancementCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTMultiscaleEnhancementCommandType
public enum MultiscaleEnhancementCommandType
Leadtools.ImageProcessing.Core.MultiscaleEnhancementCommandType = function() { };
Leadtools.ImageProcessing.Core.MultiscaleEnhancementCommandType.prototype = {
Gaussian = 0x00000000, Resample = 0x00000001, Bicubic = 0x00000002, Normal = 0x00000003, };
public enum class MultiscaleEnhancementCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000GaussianUse the Gaussian filter.
0x00000001ResampleUse the resample filter.
0x00000002BicubicUse the bicubic filter.
0x00000003NormalUse the normal filter.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


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