NVIDIA DRIVE OS Linux SDK API Reference

6.0.3 Release
NvMediaISPHistogramStatsData Struct Reference

Detailed Description

Holds histogram statistics (HIST Stats).

Definition at line 483 of file nvmedia_isp_stat.h.

Data Fields

uint32_t data [NVM_ISP_HIST_BINS][NVM_ISP_MAX_COLOR_COMPONENT]
 Holds histogram data for each color component in RGGB/RCCB/RCCC order. More...
 
uint32_t excludedCount [NVM_ISP_MAX_COLOR_COMPONENT]
 Holds the number of pixels excluded by the elliptical mask for each color component. More...
 

Field Documentation

◆ data

uint32_t NvMediaISPHistogramStatsData::data[NVM_ISP_HIST_BINS][NVM_ISP_MAX_COLOR_COMPONENT]

Holds histogram data for each color component in RGGB/RCCB/RCCC order.

Definition at line 487 of file nvmedia_isp_stat.h.

◆ excludedCount

uint32_t NvMediaISPHistogramStatsData::excludedCount[NVM_ISP_MAX_COLOR_COMPONENT]

Holds the number of pixels excluded by the elliptical mask for each color component.

Definition at line 492 of file nvmedia_isp_stat.h.


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