| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_calib3d.StereoBM
\brief Class for computing stereo correspondence using the block matching algorithm, introduced and
contributed to OpenCV by K.
|
static class |
opencv_calib3d.StereoSGBM
\brief The class implements the modified H.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_calib3d.StereoMatcher |
opencv_ximgproc.createRightMatcher(opencv_calib3d.StereoMatcher matcher_left)
\brief Convenience method to set up the matcher for computing the right-view disparity map
that is required in case of filtering with confidence.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_ximgproc.DisparityWLSFilter |
opencv_ximgproc.createDisparityWLSFilter(opencv_calib3d.StereoMatcher matcher_left)
\brief Convenience factory method that creates an instance of DisparityWLSFilter and sets up all the relevant
filter parameters automatically based on the matcher instance.
|
static opencv_calib3d.StereoMatcher |
opencv_ximgproc.createRightMatcher(opencv_calib3d.StereoMatcher matcher_left)
\brief Convenience method to set up the matcher for computing the right-view disparity map
that is required in case of filtering with confidence.
|
Copyright © 2018. All rights reserved.