Holds bad pixel statistics (BP Stats).
Definition at line 82 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... | |
uint32_t nvsipl::NvSiplISPBadPixelStatsData::highInWin |
Holds bad pixel count for pixels corrected upward within the window.
Definition at line 86 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPBadPixelStatsData::highMagInWin |
Holds accumulated pixel adjustment for pixels corrected upward within the window.
Definition at line 95 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPBadPixelStatsData::highMagOutWin |
Holds accumulated pixel adjustment for pixels corrected upward outside the window.
Definition at line 112 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPBadPixelStatsData::highOutWin |
Holds bad pixel count for pixels corrected upward outside the window.
Definition at line 104 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPBadPixelStatsData::lowInWin |
Holds bad pixel count for pixels corrected downward within the window.
Definition at line 90 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPBadPixelStatsData::lowMagInWin |
Holds accumulated pixel adjustment for pixels corrected downward within the window.
Definition at line 100 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPBadPixelStatsData::lowMagOutWin |
Holds accumulated pixel adjustment for pixels corrected downward outside the window.
Definition at line 117 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPBadPixelStatsData::lowOutWin |
Holds bad pixel count for pixels corrected downward outside the window.
Definition at line 108 of file NvSIPLISPStat.hpp.