NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only
NvMediaVPIStereoPreprocessParams Struct Reference

Detailed Description

Holds stereo preprocessing parameters.

Note
NvMediaVPISetVersionId() must be called after initiation to set the value of versionId.

Definition at line 548 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...
 

Field Documentation

◆ confidenceThresh

uint8_t NvMediaVPIStereoPreprocessParams::confidenceThresh

Holds the confidence threshold.

Definition at line 554 of file nvmedia_vpi.h.

◆ disparityDiffToConfidenceShift

uint8_t NvMediaVPIStereoPreprocessParams::disparityDiffToConfidenceShift

Holds the shift of disparity difference before confidence table indexing.

Definition at line 557 of file nvmedia_vpi.h.

◆ fractionalBits

uint8_t NvMediaVPIStereoPreprocessParams::fractionalBits

Holds the number of fractional bits.

Must be in the range [0,13].

Definition at line 552 of file nvmedia_vpi.h.

◆ numberOfHintsPerMB

uint8_t NvMediaVPIStereoPreprocessParams::numberOfHintsPerMB

Holds the number of hints per macro-block.

Must be in the range [1,8].

Definition at line 550 of file nvmedia_vpi.h.


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