NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwStereoParams Struct Reference

Detailed Description

Configuration parameters for a Stereo algorithm.

Definition at line 84 of file Stereo.h.

Data Fields

uint32_t width
 Input image width (single image). More...
 
uint32_t height
 Input image height. More...
 
uint32_t maxDisparityRange
 Maximal displacement when searching for corresponding pixels. More...
 
uint32_t levelCount
 Number of levels in the pyramid. It must be the same or less than that of the Gaussian pyramid. More...
 
uint32_t levelStop
 Level of the pyramid where disparity computation ends. It defines the resolution of the output disparity and confidence maps. More...
 
dwStereoSide side
 Side to compute the disparity map of. More...
 
bool occlusionTest
 Specifies whether to perform a L/R occlusion test. More...
 
uint32_t occlusionThreshold
 Threshold for failing the L/R consistency test (in disparity value). More...
 
bool occlusionFilling
 Specifies whether to fill occluded pixels for 100% density. More...
 
float32_t invalidityThreshold
 Specifies threshold of invalidity. More...
 
bool holesFilling
 Specifies whether to fill invalid pixel using assumption on the scene in order to have a map with 100% density. More...
 
uint8_t refinementLevel
 Refinement level (0 no refinement, 1-3) More...
 
dwStereoCostType initType
 Specifies the cost type used for initialization. More...
 

Field Documentation

◆ height

uint32_t dwStereoParams::height

Input image height.

Definition at line 90 of file Stereo.h.

◆ holesFilling

bool dwStereoParams::holesFilling

Specifies whether to fill invalid pixel using assumption on the scene in order to have a map with 100% density.

Definition at line 117 of file Stereo.h.

◆ initType

dwStereoCostType dwStereoParams::initType

Specifies the cost type used for initialization.

Definition at line 123 of file Stereo.h.

◆ invalidityThreshold

float32_t dwStereoParams::invalidityThreshold

Specifies threshold of invalidity.

Definition at line 114 of file Stereo.h.

◆ levelCount

uint32_t dwStereoParams::levelCount

Number of levels in the pyramid. It must be the same or less than that of the Gaussian pyramid.

Definition at line 96 of file Stereo.h.

◆ levelStop

uint32_t dwStereoParams::levelStop

Level of the pyramid where disparity computation ends. It defines the resolution of the output disparity and confidence maps.

Definition at line 99 of file Stereo.h.

◆ maxDisparityRange

uint32_t dwStereoParams::maxDisparityRange

Maximal displacement when searching for corresponding pixels.

Definition at line 93 of file Stereo.h.

◆ occlusionFilling

bool dwStereoParams::occlusionFilling

Specifies whether to fill occluded pixels for 100% density.

Definition at line 111 of file Stereo.h.

◆ occlusionTest

bool dwStereoParams::occlusionTest

Specifies whether to perform a L/R occlusion test.

Definition at line 105 of file Stereo.h.

◆ occlusionThreshold

uint32_t dwStereoParams::occlusionThreshold

Threshold for failing the L/R consistency test (in disparity value).

Definition at line 108 of file Stereo.h.

◆ refinementLevel

uint8_t dwStereoParams::refinementLevel

Refinement level (0 no refinement, 1-3)

Definition at line 120 of file Stereo.h.

◆ side

dwStereoSide dwStereoParams::side

Side to compute the disparity map of.

Definition at line 102 of file Stereo.h.

◆ width

uint32_t dwStereoParams::width

Input image width (single image).

Definition at line 87 of file Stereo.h.


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