LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

FunctionalLookupTableFlags Enumeration

Show in webframe







Enumeration that indicates the function used to update the lookup table.

Syntax
public enum FunctionalLookupTableFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum FunctionalLookupTableFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As FunctionalLookupTableFlags
public enum FunctionalLookupTableFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTFunctionalLookupTableFlags
public enum FunctionalLookupTableFlags
Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags = function() { };
Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags.prototype = {
Exponential = 0x00000000, Logarithm = 0x00000001, Linear = 0x00000002, Sigmoid = 0x00000003, Signed = 0x00000010, };
public enum class FunctionalLookupTableFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000ExponentialApply the exponential function.
0x00000001LogarithmApply the natural logarithm function.
0x00000002LinearApply the linear function.
0x00000003SigmoidApply the sigmoid function.
0x00000010SignedSigned, the lookupTable parameter of EffectsUtilities.GetFunctionalLookupTable should contain signed data.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

 

 


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