Click or drag to resize
Accord.NET (logo)

LUT Fields

The CameraParameterLUT type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberEnable
Enable/Disable LUT. Type integer. Default 0.
Public fieldStatic memberIndex
Set/Get the index (offset) of the coefficient to access in the LUT. Type integer.
Public fieldStatic memberIndexMax
Get highest LUT index (offset) of the coefficient to access in the LUT. Type integer.
Public fieldStatic memberIndexMin
Get lowest LUT index (offset) of the coefficient to access in the LUT. Type integer.
Public fieldStatic memberValue
Set/Get value in the LUT. Index of the value must be selected using Index parameter. Type integer.
Public fieldStatic memberValueMax
Get lowest value to be set in LUT. Type integer.
Public fieldStatic memberValueMin
Get highest value to be set in LUT. Type integer.
Top
See Also