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 class
StereoBM
Class for computing stereo correspondence using the block matching algorithm, introduced and contributed to OpenCV by K.class
StereoSGBM
The class implements the modified H.Methods in org.opencv.calib3d that return StereoMatcher Modifier and Type Method Description static StereoMatcher
StereoMatcher. __fromPtr__(long addr)
-
Uses of StereoMatcher in org.opencv.ximgproc
Methods in org.opencv.ximgproc that return StereoMatcher Modifier and Type Method Description static StereoMatcher
Ximgproc. 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 DisparityWLSFilter
Ximgproc. 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 StereoMatcher
Ximgproc. 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.
-