NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only
NvMediaISPLocalAvgClipStatsROIData Struct Reference

Detailed Description

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...
 

Field Documentation

◆ average

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.

◆ clippedCount

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.

◆ maskedOffCount

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.

◆ numWindowsH

uint32_t NvMediaISPLocalAvgClipStatsROIData::numWindowsH

Holds number of windows horizontally in one region of interest.

Definition at line 502 of file nvmedia_isp_stat.h.

◆ numWindowsV

uint32_t NvMediaISPLocalAvgClipStatsROIData::numWindowsV

Holds number of windows vertically in one region of interest.

Definition at line 506 of file nvmedia_isp_stat.h.


The documentation for this struct was generated from the following file: