Uses of Class
org.opencv.calib3d.StereoMatcher
-
Packages that use StereoMatcher Package Description org.opencv.calib3d org.opencv.ximgproc -
-
Uses of StereoMatcher in org.opencv.calib3d
Subclasses of StereoMatcher in org.opencv.calib3d Modifier and Type Class Description classStereoBMClass for computing stereo correspondence using the block matching algorithm, introduced and contributed to OpenCV by K.classStereoSGBMThe class implements the modified H.Methods in org.opencv.calib3d that return StereoMatcher Modifier and Type Method Description static StereoMatcherStereoMatcher. __fromPtr__(long addr) -
Uses of StereoMatcher in org.opencv.ximgproc
Methods in org.opencv.ximgproc that return StereoMatcher Modifier and Type Method Description static StereoMatcherXimgproc. createRightMatcher(StereoMatcher matcher_left)Convenience method to set up the matcher for computing the right-view disparity map that is required in case of filtering with confidence.Methods in org.opencv.ximgproc with parameters of type StereoMatcher Modifier and Type Method Description static DisparityWLSFilterXimgproc. createDisparityWLSFilter(StereoMatcher matcher_left)Convenience factory method that creates an instance of DisparityWLSFilter and sets up all the relevant filter parameters automatically based on the matcher instance.static StereoMatcherXimgproc. createRightMatcher(StereoMatcher matcher_left)Convenience method to set up the matcher for computing the right-view disparity map that is required in case of filtering with confidence.
-