Class computing stereo correspondence (disparity map) using the block matching algorithm. :
More...
#include "cudastereo.hpp"
Inheritance diagram for cv::cuda::StereoBM:
Public Member Functions
Computes disparity map for the specified stereo pair.
More...
Clears the algorithm state.
More...
virtual bool
empty () const
Returns true if the
Algorithm is empty (e.g. in the very beginning or after unsuccessful read.
More...
Reads algorithm parameters from a file storage.
More...
Stores algorithm parameters in a file storage.
More...
Additional Inherited Members
- Static Public Member Functions inherited from
cv::StereoBM
template<typename _Tp >
Loads algorithm from the file.
More...
template<typename _Tp >
template<typename _Tp >
Reads algorithm from the file node.
More...
Detailed Description
Class computing stereo correspondence (disparity map) using the block matching algorithm. :
- See also
- StereoBM
Member Function Documentation
virtual void cv::cuda::StereoBM::compute
(
InputArray
left,
)
pure virtual
The documentation for this class was generated from the following file: