Image data flow
217
Goldeye G/CL Technical Manual V4.2.0
Image processing
Look-up table
The use of a look-up table allows any mapping function in the form
output = f(input)
to be applied to the pixel values at runtime.
The factory setting of Goldeye cameras includes eight preloaded LUT files.
•
Four pre-configured LUT files are available. Those files are 14-bit LSB aligned
and are named from LUT_000 to LUT_003. The pre-configured files are not
changeable in user mode.
•
Four user-configurable LUT files are available. Those files are empty and are
named from LUT_User_000 to LUT_User_003.
To load a Dataset file into the volatile LUT memory
Follow these steps:
1. Select the file to be loaded with
LUTDatasetSelector
2. Select the target LUT with
LUTSelector
3. Call the command
LUTDatasetLoad
The LUT will not be loaded if an empty dataset file has been selected.
To avoid temporary invalid image data, it is recommended to do one of the
following before executing
LUTDatasetLoad
:
•
Stop image acquisition
•
Set
LUTEnable
to
False
.
To save a LUT from volatile memory to file
Follow these steps:
1. Select the LUT to be saved with
LUTSelector
2. Select the target file with
LUTDatasetSelector
3. Call the command
LUTDatasetSave.
To avoid temporary invalid image data, it is recommended to do one of the
following before changing the
LUTValue
at several index positions of a LUT:
•
Stop image acquisition
•
Set
LUTEnable
to
False
.