Holds histogram statistics (HIST Stats).
Definition at line 138 of file NvSIPLISPStat.hpp.
Data Fields | |
uint32_t | data [NVSIPL_ISP_HIST_BINS][NVSIPL_ISP_MAX_COLOR_COMPONENT] |
Holds histogram data for each color component in RGGB/RCCB/RCCC order. More... | |
uint32_t | excludedCount [NVSIPL_ISP_MAX_COLOR_COMPONENT] |
Holds the number of pixels excluded by the elliptical mask for each color component. More... | |
uint32_t nvsipl::NvSiplISPHistogramStatsData::data[NVSIPL_ISP_HIST_BINS][NVSIPL_ISP_MAX_COLOR_COMPONENT] |
Holds histogram data for each color component in RGGB/RCCB/RCCC order.
Valid Ranges: [0, (W x H)/4]. W is the input width H is the input height
Definition at line 145 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPHistogramStatsData::excludedCount[NVSIPL_ISP_MAX_COLOR_COMPONENT] |
Holds the number of pixels excluded by the elliptical mask for each color component.
Valid Ranges: [0, (W x H)/4]. W is the input width H is the input height
Definition at line 153 of file NvSIPLISPStat.hpp.