StereoMatcher 1487 modules/calib3d/include/opencv2/calib3d.hpp class CV_EXPORTS_W StereoBM : public StereoMatcher StereoMatcher 1552 modules/calib3d/include/opencv2/calib3d.hpp class CV_EXPORTS_W StereoSGBM : public StereoMatcher StereoMatcher 331 modules/calib3d/src/stereosgbm.cpp const int DISP_SHIFT = StereoMatcher::DISP_SHIFT; StereoMatcher 864 modules/calib3d/src/stereosgbm.cpp filterSpeckles(disp, (params.minDisparity - 1)*StereoMatcher::DISP_SCALE, params.speckleWindowSize, StereoMatcher 865 modules/calib3d/src/stereosgbm.cpp StereoMatcher::DISP_SCALE*params.speckleRange, buffer); StereoMatcher 92 modules/calib3d/test/opencl/test_stereobm.cpp OCL_INSTANTIATE_TEST_CASE_P(StereoMatcher, StereoBMFixture, testing::Combine(testing::Values(32, 64, 128), StereoMatcher 723 modules/calib3d/test/test_stereomatching.cpp tempDisp.convertTo(leftDisp, CV_32F, 1./StereoMatcher::DISP_SCALE); StereoMatcher 128 modules/cudastereo/include/opencv2/cudastereo.hpp class CV_EXPORTS StereoBeliefPropagation : public cv::StereoMatcher StereoMatcher 131 modules/cudastereo/include/opencv2/cudastereo.hpp using cv::StereoMatcher::compute;