NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaISPLocalToneMap Struct Reference

Detailed Description

Holds controls for ISP local tone map (LTM) block.

Definition at line 840 of file nvmedia_isp.h.

Data Fields

NvMediaBool enable
 Holds boolean to enable local tone map block. More...
 
float_t softKey [NVM_ISP_LTM_SOFT_KEY_HEIGHT][NVM_ISP_LTM_SOFT_KEY_WIDTH]
 Holds softkey signal. More...
 
float_t largeScaleContrastGain [NVM_ISP_LTM_GAIN_POINTS]
 Holds piecewise linear transfer function for large scale contrast gain. More...
 
float_t smallScaleContrastGain [NVM_ISP_LTM_GAIN_POINTS]
 Holds piecewise linear transfer function for small scale contrast gain. More...
 
float_t saturation [NVM_ISP_LTM_GAIN_POINTS]
 Holds piecewise linear transfer function to adjust saturation based on tone value. More...
 

Field Documentation

NvMediaBool NvMediaISPLocalToneMap::enable

Holds boolean to enable local tone map block.

Definition at line 844 of file nvmedia_isp.h.

float_t NvMediaISPLocalToneMap::largeScaleContrastGain[NVM_ISP_LTM_GAIN_POINTS]

Holds piecewise linear transfer function for large scale contrast gain.

  • Supported values: [0.0, 16.0]

Definition at line 855 of file nvmedia_isp.h.

float_t NvMediaISPLocalToneMap::saturation[NVM_ISP_LTM_GAIN_POINTS]

Holds piecewise linear transfer function to adjust saturation based on tone value.

  • Supported values: [-1.0, 1.0]

Definition at line 866 of file nvmedia_isp.h.

float_t NvMediaISPLocalToneMap::smallScaleContrastGain[NVM_ISP_LTM_GAIN_POINTS]

Holds piecewise linear transfer function for small scale contrast gain.

  • Supported values: [0.0, 16.0]

Definition at line 860 of file nvmedia_isp.h.

float_t NvMediaISPLocalToneMap::softKey[NVM_ISP_LTM_SOFT_KEY_HEIGHT][NVM_ISP_LTM_SOFT_KEY_WIDTH]

Holds softkey signal.

Softkey signal is a low resolution estimate of the image used to determine the local average tone.

  • Supported values: [0.0, 1.0]

Definition at line 850 of file nvmedia_isp.h.


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