NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
nvsipl::NvSiplISPHistogramStatsData Struct Reference

Detailed Description

Holds histogram statistics (HIST Stats).

Definition at line 123 of file NvSIPLISPStat.hpp.

Data Fields

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

Field Documentation

◆ data

uint32_t nvsipl::NvSiplISPHistogramStatsData::data[NVSIPL_ISP_HIST_BINS][NVSIPL_ISP_MAX_COLOR_COMPONENT]

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

Definition at line 127 of file NvSIPLISPStat.hpp.

◆ excludedCount

uint32_t nvsipl::NvSiplISPHistogramStatsData::excludedCount[NVSIPL_ISP_MAX_COLOR_COMPONENT]

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

Definition at line 132 of file NvSIPLISPStat.hpp.


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