←Select platform

FunctionalLookupTableFlags Enumeration

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

Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum FunctionalLookupTableFlags   
typedef NS_OPTIONS(NSUInteger, LTFunctionalLookupTableFlags) 
public final class FunctionalLookupTableFlags 
    extends java.lang.Enum<FunctionalLookupTableFlags> 
public enum class FunctionalLookupTableFlags   
class FunctionalLookupTableFlags(Enum): 
   Exponential = 0 
   Logarithm = 1 
   Linear = 2 
   Sigmoid = 3 
   Signed = 16 
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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.