![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Defines the settings to use for LAC statistics for ISP version 5.
Definition at line 951 of file nvmedia_isp.h.
Data Fields | |
NvMediaBool | enable |
Enable the LAC statistics unit. More... | |
NvMediaBool | ROIEnable [NVMEDIA_ISP_LAC_ROI_NUM] |
Enable the individual ROIs. More... | |
NvMediaBool | radialMaskEnable [NVMEDIA_ISP_LAC_ROI_NUM] |
Enable a mask for excluding pixels outside specified elliptical area in each ROI. More... | |
NvMediaIsp5MultiExpLane | laneSelect |
If input is a multi-exposure image, select the exposure used for LAC statistics. More... | |
float_t | R2YGain |
Conversion from RGB to Y for calculating the Y channel if input is RGB/YUV image. More... | |
float_t | G2YGain |
float_t | B2YGain |
float_t | R2YOffset |
float_t | G2YOffset |
float_t | B2YOffset |
NvMediaISPRangeFloat | range [NVMEDIA_ISP_COLOR_COMPONENT_NUM] |
Minimum & maximum value of pixels for TL/R/V, TR/G/Y, BL/B/U and BR/Y channels respectively. More... | |
NvMediaISPStatsWindows | windows [NVMEDIA_ISP_LAC_ROI_NUM] |
Definition of the LAC windows for each ROI. More... | |
NvMediaIsp5RadialMask | radialMask |
Elliptical mask for selecting pixels included if radialMaskEnable is set to true. More... | |
float_t NvMediaISPStatsLacSettingsV5::B2YGain |
Definition at line 976 of file nvmedia_isp.h.
float_t NvMediaISPStatsLacSettingsV5::B2YOffset |
Definition at line 979 of file nvmedia_isp.h.
NvMediaBool NvMediaISPStatsLacSettingsV5::enable |
Enable the LAC statistics unit.
Definition at line 954 of file nvmedia_isp.h.
float_t NvMediaISPStatsLacSettingsV5::G2YGain |
Definition at line 975 of file nvmedia_isp.h.
float_t NvMediaISPStatsLacSettingsV5::G2YOffset |
Definition at line 978 of file nvmedia_isp.h.
NvMediaIsp5MultiExpLane NvMediaISPStatsLacSettingsV5::laneSelect |
If input is a multi-exposure image, select the exposure used for LAC statistics.
Valid values are 0..2
Definition at line 969 of file nvmedia_isp.h.
float_t NvMediaISPStatsLacSettingsV5::R2YGain |
Conversion from RGB to Y for calculating the Y channel if input is RGB/YUV image.
Definition at line 974 of file nvmedia_isp.h.
float_t NvMediaISPStatsLacSettingsV5::R2YOffset |
Definition at line 977 of file nvmedia_isp.h.
NvMediaIsp5RadialMask NvMediaISPStatsLacSettingsV5::radialMask |
Elliptical mask for selecting pixels included if radialMaskEnable is set to true.
Definition at line 995 of file nvmedia_isp.h.
NvMediaBool NvMediaISPStatsLacSettingsV5::radialMaskEnable[NVMEDIA_ISP_LAC_ROI_NUM] |
Enable a mask for excluding pixels outside specified elliptical area in each ROI.
Definition at line 962 of file nvmedia_isp.h.
NvMediaISPRangeFloat NvMediaISPStatsLacSettingsV5::range[NVMEDIA_ISP_COLOR_COMPONENT_NUM] |
Minimum & maximum value of pixels for TL/R/V, TR/G/Y, BL/B/U and BR/Y channels respectively.
Definition at line 985 of file nvmedia_isp.h.
NvMediaBool NvMediaISPStatsLacSettingsV5::ROIEnable[NVMEDIA_ISP_LAC_ROI_NUM] |
Enable the individual ROIs.
Definition at line 957 of file nvmedia_isp.h.
NvMediaISPStatsWindows NvMediaISPStatsLacSettingsV5::windows[NVMEDIA_ISP_LAC_ROI_NUM] |
Definition of the LAC windows for each ROI.
Definition at line 990 of file nvmedia_isp.h.