Skip to content

stereo

All modules / stereo

Constants

Use the named constant from cv. In particular, OpenCV 5 matrix type codes differ from OpenCV 4.

STEREO_ZERO_DISPARITY

stereo zero disparity constant (0x00400), defined by OpenCV for cv.

StereoMatcher_DISP_SHIFT

stereo matcher disp shift constant (4), defined by OpenCV for cv::StereoMatcher.

STEREO_MATCHER_DISP_SHIFT

stereo matcher disp shift constant (4), defined by OpenCV for cv::StereoMatcher.

StereoMatcher_DISP_SCALE

stereo matcher disp scale constant ((1 << DISP_SHIFT)), defined by OpenCV for cv::StereoMatcher.

STEREO_MATCHER_DISP_SCALE

stereo matcher disp scale constant ((1 << DISP_SHIFT)), defined by OpenCV for cv::StereoMatcher.

StereoBM_PREFILTER_NORMALIZED_RESPONSE

stereo bm prefilter normalized response constant (0), defined by OpenCV for cv::StereoBM.

STEREO_BM_PREFILTER_NORMALIZED_RESPONSE

stereo bm prefilter normalized response constant (0), defined by OpenCV for cv::StereoBM.

StereoBM_PREFILTER_XSOBEL

stereo bm prefilter xsobel constant (1), defined by OpenCV for cv::StereoBM.

STEREO_BM_PREFILTER_XSOBEL

stereo bm prefilter xsobel constant (1), defined by OpenCV for cv::StereoBM.

StereoSGBM_MODE_SGBM

stereo sgbm mode sgbm constant (0), defined by OpenCV for cv::StereoSGBM.

STEREO_SGBM_MODE_SGBM

stereo sgbm mode sgbm constant (0), defined by OpenCV for cv::StereoSGBM.

StereoSGBM_MODE_HH

stereo sgbm mode hh constant (1), defined by OpenCV for cv::StereoSGBM.

STEREO_SGBM_MODE_HH

stereo sgbm mode hh constant (1), defined by OpenCV for cv::StereoSGBM.

StereoSGBM_MODE_SGBM_3WAY

stereo sgbm mode sgbm 3 way constant (2), defined by OpenCV for cv::StereoSGBM.

STEREO_SGBM_MODE_SGBM_3WAY

stereo sgbm mode sgbm 3 way constant (2), defined by OpenCV for cv::StereoSGBM.

StereoSGBM_MODE_HH4

stereo sgbm mode hh4 constant (3), defined by OpenCV for cv::StereoSGBM.

STEREO_SGBM_MODE_HH4

stereo sgbm mode hh4 constant (3), defined by OpenCV for cv::StereoSGBM.