NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
nvsipl::NvSiplISPBadPixelStatsData Struct Reference

Detailed Description

Holds bad pixel statistics (BP Stats).

Definition at line 102 of file NvSIPLISPStat.hpp.

Data Fields

uint32_t highInWin
 Holds bad pixel count for pixels corrected upward within the window. More...
 
uint32_t lowInWin
 Holds bad pixel count for pixels corrected downward within the window. More...
 
uint32_t highMagInWin
 Holds accumulated pixel adjustment for pixels corrected upward within the window. More...
 
uint32_t lowMagInWin
 Holds accumulated pixel adjustment for pixels corrected downward within the window. More...
 
uint32_t highOutWin
 Holds bad pixel count for pixels corrected upward outside the window. More...
 
uint32_t lowOutWin
 Holds bad pixel count for pixels corrected downward outside the window. More...
 
uint32_t highMagOutWin
 Holds accumulated pixel adjustment for pixels corrected upward outside the window. More...
 
uint32_t lowMagOutWin
 Holds accumulated pixel adjustment for pixels corrected downward outside the window. More...
 

Field Documentation

◆ highInWin

uint32_t nvsipl::NvSiplISPBadPixelStatsData::highInWin

Holds bad pixel count for pixels corrected upward within the window.

Valid Range: [0, image_width x image_height]

Definition at line 107 of file NvSIPLISPStat.hpp.

◆ highMagInWin

uint32_t nvsipl::NvSiplISPBadPixelStatsData::highMagInWin

Holds accumulated pixel adjustment for pixels corrected upward within the window.

Valid Range: [0, UINT32_MAX]

Definition at line 118 of file NvSIPLISPStat.hpp.

◆ highMagOutWin

uint32_t nvsipl::NvSiplISPBadPixelStatsData::highMagOutWin

Holds accumulated pixel adjustment for pixels corrected upward outside the window.

Valid Range: [0, UINT32_MAX]

Definition at line 140 of file NvSIPLISPStat.hpp.

◆ highOutWin

uint32_t nvsipl::NvSiplISPBadPixelStatsData::highOutWin

Holds bad pixel count for pixels corrected upward outside the window.

Valid Range: [0, image_width x image_height]

Definition at line 129 of file NvSIPLISPStat.hpp.

◆ lowInWin

uint32_t nvsipl::NvSiplISPBadPixelStatsData::lowInWin

Holds bad pixel count for pixels corrected downward within the window.

Valid Range: [0, image_width x image_height]

Definition at line 112 of file NvSIPLISPStat.hpp.

◆ lowMagInWin

uint32_t nvsipl::NvSiplISPBadPixelStatsData::lowMagInWin

Holds accumulated pixel adjustment for pixels corrected downward within the window.

Valid Range: [0, UINT32_MAX]

Definition at line 124 of file NvSIPLISPStat.hpp.

◆ lowMagOutWin

uint32_t nvsipl::NvSiplISPBadPixelStatsData::lowMagOutWin

Holds accumulated pixel adjustment for pixels corrected downward outside the window.

Valid Range: [0, UINT32_MAX]

Definition at line 146 of file NvSIPLISPStat.hpp.

◆ lowOutWin

uint32_t nvsipl::NvSiplISPBadPixelStatsData::lowOutWin

Holds bad pixel count for pixels corrected downward outside the window.

Valid Range: [0, image_width x image_height]

Definition at line 134 of file NvSIPLISPStat.hpp.


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