ISP statistics container for data attributes.
Definition at line 696 of file NvSIPLISPStat.hpp.
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... | |
NvSiplISPBadPixelStatsData nvsipl::IspStatsData::bpStatsData |
Structure containing bad pixel statistics block data (ISP6)
Definition at line 708 of file NvSIPLISPStat.hpp.
NvSiplISPDeadPixelCorrectionStatsData nvsipl::IspStatsData::dpStatsData |
Structure containing dead pixel statistics block data (ISP7)
Definition at line 712 of file NvSIPLISPStat.hpp.
std::array<NvSiplISPHistogramStatsData, 3> nvsipl::IspStatsData::histStatsData |
Structure containing histogram statistics block data.
Definition at line 700 of file NvSIPLISPStat.hpp.
std::array<NvSiplISPLocalAvgClipStatsData, 2> nvsipl::IspStatsData::lacStatsData |
Structure containing local average clip statistics block data.
Definition at line 704 of file NvSIPLISPStat.hpp.