stereo
All modules / stereo
Filters off small noise blobs (speckles) in the disparity map
fisheye_stereoRectifyfunctionStereo rectification for fisheye camera model
getValidDisparityROIfunctioncomputes valid disparity ROI from the valid ROIs of the rectified images (that are returned by #stereoRectify)
reprojectImageTo3DfunctionReprojects a disparity image to 3D space.
StereoBMclassClass for computing stereo correspondence using the block matching algorithm, introduced and
StereoBM_createfunctionCreates StereoBM object
StereoMatcherclassnamespace fisheye
stereoRectifyfunctionComputes rectification transforms for each head of a calibrated stereo camera.
stereoRectifyUncalibratedfunctionComputes a rectification transform for an uncalibrated stereo camera.
StereoSGBMclassThe class implements the modified H. Hirschmuller algorithm [HH08] that differs from the original
StereoSGBM_createfunctionCreates StereoSGBM object
validateDisparityfunctionvalidates disparity using the left-right check. The matrix "cost" should be computed by the stereo correspondence algorithm
No matches. Try an algorithm name, a module, or a shorter phrase.
Constants
Use the named constant from cv. In particular, OpenCV 5 matrix type codes differ from OpenCV 4.
STEREO_ZERO_DISPARITYstereo zero disparity constant (0x00400), defined by OpenCV for cv.
StereoMatcher_DISP_SHIFTstereo matcher disp shift constant (4), defined by OpenCV for cv::StereoMatcher.
STEREO_MATCHER_DISP_SHIFTstereo matcher disp shift constant (4), defined by OpenCV for cv::StereoMatcher.
StereoMatcher_DISP_SCALEstereo matcher disp scale constant ((1 << DISP_SHIFT)), defined by OpenCV for cv::StereoMatcher.
STEREO_MATCHER_DISP_SCALEstereo matcher disp scale constant ((1 << DISP_SHIFT)), defined by OpenCV for cv::StereoMatcher.
StereoBM_PREFILTER_NORMALIZED_RESPONSEstereo bm prefilter normalized response constant (0), defined by OpenCV for cv::StereoBM.
STEREO_BM_PREFILTER_NORMALIZED_RESPONSEstereo bm prefilter normalized response constant (0), defined by OpenCV for cv::StereoBM.
StereoBM_PREFILTER_XSOBELstereo bm prefilter xsobel constant (1), defined by OpenCV for cv::StereoBM.
STEREO_BM_PREFILTER_XSOBELstereo bm prefilter xsobel constant (1), defined by OpenCV for cv::StereoBM.
StereoSGBM_MODE_SGBMstereo sgbm mode sgbm constant (0), defined by OpenCV for cv::StereoSGBM.
STEREO_SGBM_MODE_SGBMstereo sgbm mode sgbm constant (0), defined by OpenCV for cv::StereoSGBM.
StereoSGBM_MODE_HHstereo sgbm mode hh constant (1), defined by OpenCV for cv::StereoSGBM.
STEREO_SGBM_MODE_HHstereo sgbm mode hh constant (1), defined by OpenCV for cv::StereoSGBM.
StereoSGBM_MODE_SGBM_3WAYstereo sgbm mode sgbm 3 way constant (2), defined by OpenCV for cv::StereoSGBM.
STEREO_SGBM_MODE_SGBM_3WAYstereo sgbm mode sgbm 3 way constant (2), defined by OpenCV for cv::StereoSGBM.
StereoSGBM_MODE_HH4stereo sgbm mode hh4 constant (3), defined by OpenCV for cv::StereoSGBM.
STEREO_SGBM_MODE_HH4stereo sgbm mode hh4 constant (3), defined by OpenCV for cv::StereoSGBM.