You are here: Start » Filter Reference » Image Look Up Tables » CreateLogarithmLut
Creates Look Up Table for logarithm transformation.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]() |
inOffset | Real | ||
![]() |
inScale | Real* | ||
![]() |
inNormalizeZero | Bool | ||
![]() |
inOutputType | PlainType | ||
![]() |
inOutputDepth | Integer | 1 - 4 | |
![]() |
outLut | PixelLut | ||
Description
This operation will create LookUp Table with precalculated values of logarithm operation on all pixel values of type defined in inOutputType. Such LUT can be reused across multiple ApplyPixelLut usages. This filter can create LUTs only for following types: INT8, UINT8, INT16, UINT16.
Remarks
Standard operations like PowerImage, CorrectGamma and LogarithmImage for images of type Int32 and Real are available in Image Point Transforms category.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
| Error type | Description |
|---|---|
| DomainError | Unsupported output pixel type! |
Complexity Level
This filter is available on Basic Complexity Level.


