Holds dead pixel correction statistics (DPC Stats) metrics.
Definition at line 155 of file NvSIPLISPStat.hpp.
Data Fields | |
uint32_t | outlierOutWin |
Number of pixels flagged as outlier outside of the ROI Valid Range: [0, UINT32_MAX]. More... | |
uint32_t | inlierCond1OutWin |
Number of pixels flagged as inlier under Condition 1 outside of the ROI Valid Range: [0, UINT32_MAX]. More... | |
uint32_t | inlierCond2OutWin |
Number of pixels flagged as inlier under Condition 2 outside of the ROI Valid Range: [0, UINT32_MAX]. More... | |
uint32_t | inlierCond3OutWin |
Number of pixels flagged as inlier under Condition 3 outside of the ROI Valid Range: [0, UINT32_MAX]. More... | |
uint32_t | inlierCond4OutWin |
Number of pixels flagged as inlier under Condition 4 outside of the ROI Valid Range: [0, UINT32_MAX]. More... | |
uint32_t | inlierCond5OutWin |
Number of pixels flagged as inlier under Condition 5 outside of the ROI Valid Range: [0, UINT32_MAX]. More... | |
uint32_t | inlierCond6OutWin |
Number of pixels flagged as inlier under Condition 6 outside of the ROI Valid Range: [0, UINT32_MAX]. More... | |
uint32_t | detectedOutWin |
Number of pixels for which a local gradient is detected outside of the ROI Valid Range: [0, UINT32_MAX]. More... | |
uint32_t | bottomOutlierOutWin |
Number of pixels detected as bottom outlier if extremum thresholding is enabled outside of the ROI Valid Range: [0, UINT32_MAX]. More... | |
uint32_t | topOutlierOutWin |
Number of pixels detected as top outlier if extremum thresholding is enabled outside of the ROI Valid Range: [0, UINT32_MAX]. More... | |
uint32_t nvsipl::NvSiplISPDeadPixelCorrectionStatsROIData::bottomOutlierOutWin |
Number of pixels detected as bottom outlier if extremum thresholding is enabled outside of the ROI Valid Range: [0, UINT32_MAX].
Definition at line 202 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPDeadPixelCorrectionStatsROIData::detectedOutWin |
Number of pixels for which a local gradient is detected outside of the ROI Valid Range: [0, UINT32_MAX].
Definition at line 196 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPDeadPixelCorrectionStatsROIData::inlierCond1OutWin |
Number of pixels flagged as inlier under Condition 1 outside of the ROI Valid Range: [0, UINT32_MAX].
Definition at line 166 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPDeadPixelCorrectionStatsROIData::inlierCond2OutWin |
Number of pixels flagged as inlier under Condition 2 outside of the ROI Valid Range: [0, UINT32_MAX].
Definition at line 171 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPDeadPixelCorrectionStatsROIData::inlierCond3OutWin |
Number of pixels flagged as inlier under Condition 3 outside of the ROI Valid Range: [0, UINT32_MAX].
Definition at line 176 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPDeadPixelCorrectionStatsROIData::inlierCond4OutWin |
Number of pixels flagged as inlier under Condition 4 outside of the ROI Valid Range: [0, UINT32_MAX].
Definition at line 181 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPDeadPixelCorrectionStatsROIData::inlierCond5OutWin |
Number of pixels flagged as inlier under Condition 5 outside of the ROI Valid Range: [0, UINT32_MAX].
Definition at line 186 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPDeadPixelCorrectionStatsROIData::inlierCond6OutWin |
Number of pixels flagged as inlier under Condition 6 outside of the ROI Valid Range: [0, UINT32_MAX].
Definition at line 191 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPDeadPixelCorrectionStatsROIData::outlierOutWin |
Number of pixels flagged as outlier outside of the ROI Valid Range: [0, UINT32_MAX].
Definition at line 161 of file NvSIPLISPStat.hpp.
uint32_t nvsipl::NvSiplISPDeadPixelCorrectionStatsROIData::topOutlierOutWin |
Number of pixels detected as top outlier if extremum thresholding is enabled outside of the ROI Valid Range: [0, UINT32_MAX].
Definition at line 208 of file NvSIPLISPStat.hpp.