ddt 1.2.1
Loading...
Searching...
No Matches
Public Attributes | List of all members
ddt::scalingLut_t Struct Reference

#include <imageColor.hpp>

Public Attributes

std::array< uint, MAX_SCALING_LUT_ENTRIESlut
 
double offset
 
double factor
 

Detailed Description

The scaling Lookup-Table type definition. The scaling LUT consists of a 65536 element array of uint values. The LUT is used to assign each pixel value another pixel values that e.g. was computed using a logarithmic function. In addition, an offset and a factor are contained. These are used to adjust value ranges that do not fit to the given LUT type and dimension.

Member Data Documentation

◆ factor

double ddt::scalingLut_t::factor

Factor to multiply the pixel values with in order to adjust the image pixel value range to the ushort value range.

◆ lut

std::array<uint, MAX_SCALING_LUT_ENTRIES> ddt::scalingLut_t::lut

The lookup table. It consists of 65536 uint values.

◆ offset

double ddt::scalingLut_t::offset

Offset to be added to the pixel values in order to shift the image pixel value range it into the positive.


The documentation for this struct was generated from the following file: