C#
VB
Java
Objective-C
WinRT C#
C++
Enumeration that indicates the function used to update the lookup table.
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 = {<br/>
Exponential = 0,
Logarithm = 1,
Linear = 2,
Sigmoid = 3,
Signed = 16,
};
public enum class FunctionalLookupTableFlags
Members
Value | Member | Description |
---|---|---|
0 | Exponential | Apply the exponential function. |
1 | Logarithm | Apply the natural logarithm function. |
2 | Linear | Apply the linear function. |
3 | Sigmoid | Apply the sigmoid function. |
16 | Signed | Signed, the lookupTable parameter of GetFunctionalLookupTable should contain signed data. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET