![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds the LAC statistics measurement for ISP version 5.
Definition at line 1002 of file nvmedia_isp.h.
Data Fields | |
uint32_t | numWindows |
Holds the number of windows in one LAC ROI stats. More... | |
uint32_t | numWindowsH |
Holds the number of windows in the horizontal direction. More... | |
uint32_t | numWindowsV |
Holds the number of windows in the vertical direction. More... | |
float_t | average [NVMEDIA_ISP_LAC_ROI_WIN_NUM][NVMEDIA_ISP_COLOR_COMPONENT_NUM] |
For Bayer, use NVMEDIA_ISP_COLOR_COMPONENT_[TL|TR|BL|BR] for the indices. More... | |
uint32_t | maskedOffCnt [NVMEDIA_ISP_LAC_ROI_WIN_NUM][NVMEDIA_ISP_COLOR_COMPONENT_NUM] |
Holds the number of pixels removed by the elliptical mask per window per component. More... | |
uint32_t | clippedCnt [NVMEDIA_ISP_LAC_ROI_WIN_NUM][NVMEDIA_ISP_COLOR_COMPONENT_NUM] |
Holds the number of clipped pixel count per window per component. More... | |
float_t NvMediaISPStatsLacROIDataV5::average[NVMEDIA_ISP_LAC_ROI_WIN_NUM][NVMEDIA_ISP_COLOR_COMPONENT_NUM] |
For Bayer, use NVMEDIA_ISP_COLOR_COMPONENT_[TL|TR|BL|BR] for the indices.
For YUV, use NVMEDIA_ISP_COLOR_COMPONENT_[Y|U|V]. For RGB, use NVMEDIA_ISP_COLOR_COMPONENT_[R|G|B]. Data could be negative
Definition at line 1019 of file nvmedia_isp.h.
uint32_t NvMediaISPStatsLacROIDataV5::clippedCnt[NVMEDIA_ISP_LAC_ROI_WIN_NUM][NVMEDIA_ISP_COLOR_COMPONENT_NUM] |
Holds the number of clipped pixel count per window per component.
Definition at line 1025 of file nvmedia_isp.h.
uint32_t NvMediaISPStatsLacROIDataV5::maskedOffCnt[NVMEDIA_ISP_LAC_ROI_WIN_NUM][NVMEDIA_ISP_COLOR_COMPONENT_NUM] |
Holds the number of pixels removed by the elliptical mask per window per component.
Definition at line 1022 of file nvmedia_isp.h.
uint32_t NvMediaISPStatsLacROIDataV5::numWindows |
Holds the number of windows in one LAC ROI stats.
Definition at line 1005 of file nvmedia_isp.h.
uint32_t NvMediaISPStatsLacROIDataV5::numWindowsH |
Holds the number of windows in the horizontal direction.
Definition at line 1008 of file nvmedia_isp.h.
uint32_t NvMediaISPStatsLacROIDataV5::numWindowsV |
Holds the number of windows in the vertical direction.
Definition at line 1011 of file nvmedia_isp.h.