![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
Holds stereo preprocessing parameters.
Definition at line 622 of file nvmedia_vpi.h.
Data Fields | |
uint8_t | numberOfHintsPerMB |
Holds the number of hints per macro-block. More... | |
uint8_t | fractionalBits |
Holds the number of fractional bits. More... | |
uint8_t | confidenceThresh |
Holds the confidence threshold. More... | |
uint8_t | disparityDiffToConfidenceShift |
Holds the shift of disparity difference before confidence table indexing. More... | |
uint8_t NvMediaVPIStereoPreprocessParams::confidenceThresh |
Holds the confidence threshold.
Definition at line 628 of file nvmedia_vpi.h.
uint8_t NvMediaVPIStereoPreprocessParams::disparityDiffToConfidenceShift |
Holds the shift of disparity difference before confidence table indexing.
Definition at line 631 of file nvmedia_vpi.h.
uint8_t NvMediaVPIStereoPreprocessParams::fractionalBits |
Holds the number of fractional bits.
Must be in the range [0,13].
Definition at line 626 of file nvmedia_vpi.h.
uint8_t NvMediaVPIStereoPreprocessParams::numberOfHintsPerMB |
Holds the number of hints per macro-block.
Must be in the range [1,8].
Definition at line 624 of file nvmedia_vpi.h.