Module opencv::cudastereo[][src]

Expand description

Modules

Traits

Class refining a disparity map using joint bilateral filtering. :

Class computing stereo correspondence (disparity map) using the block matching algorithm. :

Class computing stereo correspondence using the belief propagation algorithm. :

Class computing stereo correspondence using the constant space belief propagation algorithm. :

The class implements the modified H. Hirschmuller algorithm HH08. Limitation and difference are as follows:

Functions

Creates DisparityBilateralFilter object.

Creates StereoBeliefPropagation object.

Creates StereoBM object.

Creates StereoConstantSpaceBP object.

Creates StereoSGM object.

Colors a disparity image.

Reprojects a disparity image to 3D space.