Enumeration that indicates the function used to update the lookup table.
Visual Basic (Declaration) | |
---|---|
Public Enum FunctionalLookupTableFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum FunctionalLookupTableFlags : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum FunctionalLookupTableFlags : public Enum |
C++/CLI | |
---|---|
public enum class FunctionalLookupTableFlags : public Enum |
Member | Description |
---|---|
Exponential | Apply the exponential function. |
Logarithm | Apply the natural logarithm function. |
Linear | Apply the linear function. |
Sigmoid | Apply the sigmoid function. |
Signed | Signed, the lookupTable parameter of GetFunctionalLookupTable should contain signed data. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.FunctionalLookupTableFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family