NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
nvsipl::NvSiplISPHistogramStatsData Struct Reference

Detailed Description

Holds histogram statistics (HIST Stats).

Definition at line 235 of file NvSIPLISPStat.hpp.

Collaboration diagram for nvsipl::NvSiplISPHistogramStatsData:

Data Fields

std::array< std::array< uint32_t, NVSIPL_ISP_MAX_COLOR_COMPONENT >, NVSIPL_ISP_HIST_BINSdata
 Holds histogram data for each color component in RGGB/RCCB/RCCC order. More...
 
std::array< uint32_t, NVSIPL_ISP_MAX_COLOR_COMPONENTexcludedCount
 Holds the number of pixels excluded by the elliptical mask for each color component. More...
 
NvIspStatsHeaderInfo statsInfo
 stats header info More...
 

Field Documentation

◆ data

std::array<std::array<uint32_t, NVSIPL_ISP_MAX_COLOR_COMPONENT>, NVSIPL_ISP_HIST_BINS> nvsipl::NvSiplISPHistogramStatsData::data

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 242 of file NvSIPLISPStat.hpp.

◆ excludedCount

std::array<uint32_t, NVSIPL_ISP_MAX_COLOR_COMPONENT> nvsipl::NvSiplISPHistogramStatsData::excludedCount

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 250 of file NvSIPLISPStat.hpp.

◆ statsInfo

NvIspStatsHeaderInfo nvsipl::NvSiplISPHistogramStatsData::statsInfo

stats header info

Definition at line 254 of file NvSIPLISPStat.hpp.


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