Holds local average and clip statistics data for a region of interest.
Definition at line 159 of file NvSIPLISPStat.hpp.
Data Fields | |
uint32_t | numWindowsH |
Holds number of windows horizontally in one region of interest. More... | |
uint32_t | numWindowsV |
Holds number of windows vertically in one region of interest. More... | |
float_t | average [NVSIPL_ISP_MAX_LAC_ROI_WINDOWS][NVSIPL_ISP_MAX_COLOR_COMPONENT] |
Holds average pixel value for each color component in each window in RGGB/RCCB/RCCC order. More... | |
uint32_t | maskedOffCount [NVSIPL_ISP_MAX_LAC_ROI_WINDOWS][NVSIPL_ISP_MAX_COLOR_COMPONENT] |
Holds the number of pixels excluded by the elliptical mask for each color component in each window in RGGB/RCCB/RCCC order. More... | |
uint32_t | clippedCount [NVSIPL_ISP_MAX_LAC_ROI_WINDOWS][NVSIPL_ISP_MAX_COLOR_COMPONENT] |
Holds number of clipped pixels for each color component in each window in RGGB/RCCB/RCCC order. More... | |
float_t nvsipl::NvSiplISPLocalAvgClipStatsROIData::average[NVSIPL_ISP_MAX_LAC_ROI_WINDOWS][NVSIPL_ISP_MAX_COLOR_COMPONENT] |
Holds average pixel value for each color component in each window in RGGB/RCCB/RCCC order.
Valid Range: [0.0, 1.0]
Definition at line 175 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPLocalAvgClipStatsROIData::clippedCount[NVSIPL_ISP_MAX_LAC_ROI_WINDOWS][NVSIPL_ISP_MAX_COLOR_COMPONENT] |
Holds number of clipped pixels for each color component in each window in RGGB/RCCB/RCCC order.
Valid Range: [0, M/4] M is the number of pixels per color component in the window.
Definition at line 190 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPLocalAvgClipStatsROIData::maskedOffCount[NVSIPL_ISP_MAX_LAC_ROI_WINDOWS][NVSIPL_ISP_MAX_COLOR_COMPONENT] |
Holds the number of pixels excluded by the elliptical mask for each color component in each window in RGGB/RCCB/RCCC order.
Valid Range: [0, M/4] M is the number of pixels per color component in the window.
Definition at line 183 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPLocalAvgClipStatsROIData::numWindowsH |
Holds number of windows horizontally in one region of interest.
Valid Range: [1, 32]
Definition at line 164 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPLocalAvgClipStatsROIData::numWindowsV |
Holds number of windows vertically in one region of interest.
Valid Range: [1, 32]
Definition at line 169 of file NvSIPLISPStat.hpp.