OpenCV  3.1.0
Open Source Computer Vision
Classes | Enumerations
Stereo Correspondance Algorithms

Classes

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 [68] 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...
 
enum  {
  cv::stereo::StereoMatcher::DISP_SHIFT = 4,
  cv::stereo::StereoMatcher::DISP_SCALE = (1 << DISP_SHIFT)
}
 
enum  {
  cv::stereo::StereoBinaryBM::PREFILTER_NORMALIZED_RESPONSE = 0,
  cv::stereo::StereoBinaryBM::PREFILTER_XSOBEL = 1
}
 
enum  {
  cv::stereo::StereoBinarySGBM::MODE_SGBM = 0,
  cv::stereo::StereoBinarySGBM::MODE_HH = 1
}
 

Detailed Description

Enumeration Type Documentation

anonymous enum

speckle removal algorithms. These algorithms have the purpose of removing small regions

Enumerator
CV_SPECKLE_REMOVAL_ALGORITHM 
CV_SPECKLE_REMOVAL_AVG_ALGORITHM 
anonymous enum

subpixel interpolationm methods for disparities.

Enumerator
CV_QUADRATIC_INTERPOLATION 
CV_SIMETRICV_INTERPOLATION 
anonymous enum
Enumerator
DISP_SHIFT 
DISP_SCALE 
anonymous enum
Enumerator
PREFILTER_NORMALIZED_RESPONSE 
PREFILTER_XSOBEL 
anonymous enum
Enumerator
MODE_SGBM 
MODE_HH