Stereo Matching¶
The GenTL producer only supports the PatchMatch2 stereo matching algorithm. Other algorithms which can be selected in the NxLib API are not available.
StereoMatchingIterations- Type
- Integer
- NxLib API
The number of iterations to use for the PatchMatch stereo matching algorithm.
Post-Processing¶
StereoMatchingCorrespondenceThreshold- Type
- Float
- Unit
%- NxLib API
The minimum correlation between left and right pixel for a match.
StereoMatchingShadowingThreshold- Type
- Float
- Unit
Pixel- NxLib API
The maximum distance between multiple matches to the same pixel of the right image in order to pass the shadowing filter. Setting this parameter to -1 disables the shadowing filter.
StereoMatchingMedianFilterRadius- Type
- Integer
- Unit
Pixel- NxLib API
The radius of a median filter to apply after stereo matching.