![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Defines the settings to use for Local tone mapping statistics for ISP version 5.
Local tone mapping parameters depend on statistics gathered from previous frames by the LTM sub block. It provides a global tone histogram with 128 bins and local average statistics for configurable 8x8 windows. Both of these support rectangular and elliptical masks to block certain image areas from statistics gathering.
Definition at line 1060 of file nvmedia_isp.h.
Data Fields | |
NvMediaBool | enable |
Enable local tonemapping stats. More... | |
NvMediaBool | rectMaskEnable |
Enable rectangular mask to restrict image area used for statistics. More... | |
NvMediaIsp5RectMask | rectMask |
Rectangular mask used to restrict statistics calculation. More... | |
NvMediaBool | radialMaskEnable |
Enable radial mask to restrict image area used for statistics. More... | |
NvMediaIsp5RadialMask | radialMask |
Radial mask used to restrict statistics calculation. More... | |
uint16_t | localAvgWndWidth |
Width of local average statistics window in pixels. More... | |
uint16_t | localAvgWndHeight |
Height of local average statistics window in pixels. More... | |
NvMediaBool NvMediaISPStatsLTMSettingsV5::enable |
Enable local tonemapping stats.
Definition at line 1063 of file nvmedia_isp.h.
uint16_t NvMediaISPStatsLTMSettingsV5::localAvgWndHeight |
Height of local average statistics window in pixels.
Value must be even. See LocalAvgWidth documentation for recommendations on selecting value
Definition at line 1089 of file nvmedia_isp.h.
uint16_t NvMediaISPStatsLTMSettingsV5::localAvgWndWidth |
Width of local average statistics window in pixels.
Value must be even. Value should be selected so that the 8x8 grid of windows covers whole active image area, i.e. that 8 x StatsLocalAvgWndWidth >= image width. Also, the window should be roughly rectangular.
Definition at line 1083 of file nvmedia_isp.h.
NvMediaIsp5RadialMask NvMediaISPStatsLTMSettingsV5::radialMask |
Radial mask used to restrict statistics calculation.
Definition at line 1075 of file nvmedia_isp.h.
NvMediaBool NvMediaISPStatsLTMSettingsV5::radialMaskEnable |
Enable radial mask to restrict image area used for statistics.
Definition at line 1072 of file nvmedia_isp.h.
NvMediaIsp5RectMask NvMediaISPStatsLTMSettingsV5::rectMask |
Rectangular mask used to restrict statistics calculation.
Definition at line 1069 of file nvmedia_isp.h.
NvMediaBool NvMediaISPStatsLTMSettingsV5::rectMaskEnable |
Enable rectangular mask to restrict image area used for statistics.
Definition at line 1066 of file nvmedia_isp.h.