CVBpy 14.0
LutInterpolation Class Reference

Different approaches for interpolating between lookup table (LUT) values and levels. More...

Inherits object.

Static Public Attributes

int Constant = 0
 LUT values are constant between two LUT levels.
 
int Cubic = 2
 Cubic interpolation between two adjacent LUT levels.
 
int Linear = 1
 Linear interpolation between two adjacent LUT levels.
 

Detailed Description

Different approaches for interpolating between lookup table (LUT) values and levels.