NVIDIA DRIVE OS Linux SDK API Reference

6.0.10.0 Release
nvsipl::NvSiplISPHistogramStatsData Struct Reference

Detailed Description

Holds histogram statistics (HIST Stats).

Definition at line 138 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.

Valid Ranges: [0, (W x H)/4]. W is the input width H is the input height

Definition at line 145 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.

Valid Ranges: [0, (W x H)/4]. W is the input width H is the input height

Definition at line 153 of file NvSIPLISPStat.hpp.


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