Holds local average and clip statistics data for a region of interest.
Definition at line 498 of file nvmedia_isp_stat.h.
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 [NVM_ISP_MAX_LAC_ROI_WINDOWS][NVM_ISP_MAX_COLOR_COMPONENT] | 
| Holds average pixel value for each color component in each window in RGGB/RCCB/RCCC order.  More... | |
| uint32_t | maskedOffCount [NVM_ISP_MAX_LAC_ROI_WINDOWS][NVM_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 [NVM_ISP_MAX_LAC_ROI_WINDOWS][NVM_ISP_MAX_COLOR_COMPONENT] | 
| Holds number of clipped pixels for each color component in each window in RGGB/RCCB/RCCC order.  More... | |
| float_t NvMediaISPLocalAvgClipStatsROIData::average[NVM_ISP_MAX_LAC_ROI_WINDOWS][NVM_ISP_MAX_COLOR_COMPONENT] | 
Holds average pixel value for each color component in each window in RGGB/RCCB/RCCC order.
Definition at line 511 of file nvmedia_isp_stat.h.
| uint32_t NvMediaISPLocalAvgClipStatsROIData::clippedCount[NVM_ISP_MAX_LAC_ROI_WINDOWS][NVM_ISP_MAX_COLOR_COMPONENT] | 
Holds number of clipped pixels for each color component in each window in RGGB/RCCB/RCCC order.
Definition at line 522 of file nvmedia_isp_stat.h.
| uint32_t NvMediaISPLocalAvgClipStatsROIData::maskedOffCount[NVM_ISP_MAX_LAC_ROI_WINDOWS][NVM_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.
Definition at line 517 of file nvmedia_isp_stat.h.
| uint32_t NvMediaISPLocalAvgClipStatsROIData::numWindowsH | 
Holds number of windows horizontally in one region of interest.
Definition at line 502 of file nvmedia_isp_stat.h.
| uint32_t NvMediaISPLocalAvgClipStatsROIData::numWindowsV | 
Holds number of windows vertically in one region of interest.
Definition at line 506 of file nvmedia_isp_stat.h.