OpenCV
5.0.0-pre
Open Source Computer Vision
|
Classes | |
struct | cv::stereo::MatchQuasiDense |
struct | cv::stereo::PropagationParameters |
class | cv::stereo::QuasiDenseStereo |
Class containing the methods needed for Quasi Dense Stereo computation. More... | |
enum | { cv::stereo::CV_SPECKLE_REMOVAL_ALGORITHM , cv::stereo::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::stereo::CV_SIMETRICV_INTERPOLATION } |
subpixel interpolationm methods for disparities. More... | |
anonymous enum |
#include <opencv2/xstereo.hpp>
speckle removal algorithms. These algorithms have the purpose of removing small regions
Enumerator | |
---|---|
CV_SPECKLE_REMOVAL_ALGORITHM Python: cv.stereo.CV_SPECKLE_REMOVAL_ALGORITHM | |
CV_SPECKLE_REMOVAL_AVG_ALGORITHM Python: cv.stereo.CV_SPECKLE_REMOVAL_AVG_ALGORITHM |
anonymous enum |
#include <opencv2/xstereo.hpp>
subpixel interpolationm methods for disparities.
Enumerator | |
---|---|
CV_QUADRATIC_INTERPOLATION | |
CV_SIMETRICV_INTERPOLATION |