Holds histogram statistics (HIST Stats).
Definition at line 235 of file NvSIPLISPStat.hpp.
Data Fields | |
std::array< std::array< uint32_t, NVSIPL_ISP_MAX_COLOR_COMPONENT >, NVSIPL_ISP_HIST_BINS > | data |
Holds histogram data for each color component in RGGB/RCCB/RCCC order. More... | |
std::array< uint32_t, NVSIPL_ISP_MAX_COLOR_COMPONENT > | excludedCount |
Holds the number of pixels excluded by the elliptical mask for each color component. More... | |
NvIspStatsHeaderInfo | statsInfo |
stats header info More... | |
std::array<std::array<uint32_t, NVSIPL_ISP_MAX_COLOR_COMPONENT>, NVSIPL_ISP_HIST_BINS> nvsipl::NvSiplISPHistogramStatsData::data |
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 242 of file NvSIPLISPStat.hpp.
std::array<uint32_t, NVSIPL_ISP_MAX_COLOR_COMPONENT> nvsipl::NvSiplISPHistogramStatsData::excludedCount |
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 250 of file NvSIPLISPStat.hpp.
NvIspStatsHeaderInfo nvsipl::NvSiplISPHistogramStatsData::statsInfo |
stats header info
Definition at line 254 of file NvSIPLISPStat.hpp.