←Select platform

FunctionalLookupTableFlags Enumeration

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum FunctionalLookupTableFlags
Public Enum FunctionalLookupTableFlags
public enum FunctionalLookupTableFlags
typedef NS_OPTIONS(NSUInteger, LTFunctionalLookupTableFlags)
public enum FunctionalLookupTableFlags
Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags = function() { }; 
Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags.prototype = { 
 
  Exponential = 0, 
    Logarithm = 1, 
    Linear = 2, 
    Sigmoid = 3, 
    Signed = 16, 
     
 }; 
public enum class FunctionalLookupTableFlags

Members

ValueMemberDescription
0Exponential Apply the exponential function.
1Logarithm Apply the natural logarithm function.
2Linear Apply the linear function.
3Sigmoid Apply the sigmoid function.
16Signed Signed, the lookupTable parameter of GetFunctionalLookupTable should contain signed data.
Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Effects Assembly
Click or drag to resize