OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Classes | Enumerations
Stereo Correspondance Algorithms

Detailed Description

Classes

struct  cv::stereo::MatchQuasiDense
 
struct  cv::stereo::PropagationParameters
 
class  cv::stereo::QuasiDenseStereo
 Class containing the methods needed for Quasi Dense Stereo computation. More...
 
class  cv::stereo::StereoBinaryBM
 Class for computing stereo correspondence using the block matching algorithm, introduced and contributed to OpenCV by K. Konolige. More...
 
class  cv::stereo::StereoBinarySGBM
 The class implements the modified H. Hirschmuller algorithm [123] that differs from the original one as follows: More...
 
class  cv::stereo::StereoMatcher
 Filters off small noise blobs (speckles) in the disparity map. More...
 

Enumerations

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...
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

#include <opencv2/stereo.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

anonymous enum

#include <opencv2/stereo.hpp>

subpixel interpolationm methods for disparities.

Enumerator
CV_QUADRATIC_INTERPOLATION 
Python: cv.stereo.CV_QUADRATIC_INTERPOLATION
CV_SIMETRICV_INTERPOLATION 
Python: cv.stereo.CV_SIMETRICV_INTERPOLATION