←Select platform

FunctionalLookupTableFlags Enumeration

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public enum FunctionalLookupTableFlags   
Public Enum FunctionalLookupTableFlags  
typedef NS_OPTIONS(NSUInteger, LTFunctionalLookupTableFlags) 
public enum FunctionalLookupTableFlags 
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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly