NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
nvsipl::IspStatsData Struct Reference

Detailed Description

ISP statistics container for data attributes.

Definition at line 696 of file NvSIPLISPStat.hpp.

Collaboration diagram for nvsipl::IspStatsData:

Data Fields

std::array< NvSiplISPHistogramStatsData, 3 > histStatsData
 Structure containing histogram statistics block data. More...
 
std::array< NvSiplISPLocalAvgClipStatsData, 2 > lacStatsData
 Structure containing local average clip statistics block data. More...
 
NvSiplISPBadPixelStatsData bpStatsData
 Structure containing bad pixel statistics block data (ISP6) More...
 
NvSiplISPDeadPixelCorrectionStatsData dpStatsData
 Structure containing dead pixel statistics block data (ISP7) More...
 

Field Documentation

◆ bpStatsData

NvSiplISPBadPixelStatsData nvsipl::IspStatsData::bpStatsData

Structure containing bad pixel statistics block data (ISP6)

Definition at line 708 of file NvSIPLISPStat.hpp.

◆ dpStatsData

NvSiplISPDeadPixelCorrectionStatsData nvsipl::IspStatsData::dpStatsData

Structure containing dead pixel statistics block data (ISP7)

Definition at line 712 of file NvSIPLISPStat.hpp.

◆ histStatsData

std::array<NvSiplISPHistogramStatsData, 3> nvsipl::IspStatsData::histStatsData

Structure containing histogram statistics block data.

Definition at line 700 of file NvSIPLISPStat.hpp.

◆ lacStatsData

std::array<NvSiplISPLocalAvgClipStatsData, 2> nvsipl::IspStatsData::lacStatsData

Structure containing local average clip statistics block data.

Definition at line 704 of file NvSIPLISPStat.hpp.


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