opencv2/xstereo.hpp#
#include <opencv2/core.hpp>
#include <opencv2/stereo.hpp>
#include <opencv2/xstereo/descriptor.hpp>
#include <opencv2/xstereo/quasi_dense_stereo.hpp>
Include dependency graph for xstereo.hpp:
Classes#
class cv::stereo::StereoBinaryBM
Class for computing stereo correspondence using the block matching algorithm, introduced and contributed to OpenCV by K. Konolige.
class cv::stereo::StereoBinarySGBM
The class implements the modified H. Hirschmuller algorithm [141] that differs from the original one as follows:
Namespaces#
namespace cv
namespace cv::stereo
Enumerations#
enum cv::stereo { CV_SPECKLE_REMOVAL_ALGORITHM, CV_SPECKLE_REMOVAL_AVG_ALGORITHM }
speckle removal algorithms. These algorithms have the purpose of removing small regions More…
enum cv::stereo { CV_QUADRATIC_INTERPOLATION, CV_SIMETRICV_INTERPOLATION }
subpixel interpolationm methods for disparities. More…