NVIDIA DRIVE OS Linux SDK API Reference

6.0.10.0 Release
nvsipl::NvSiplISPBadPixelStatsData Struct Reference

Detailed Description

Holds bad pixel statistics (BP Stats).

Definition at line 88 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 93 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 104 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 126 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 115 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 98 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 110 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 132 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 120 of file NvSIPLISPStat.hpp.


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