Package | Description |
---|---|
org.bytedeco.opencv.global | |
org.bytedeco.opencv.opencv_calib3d | |
org.bytedeco.opencv.opencv_cudastereo |
Modifier and Type | Method and Description |
---|---|
static StereoMatcher |
opencv_ximgproc.createRightMatcher(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 DisparityWLSFilter |
opencv_ximgproc.createDisparityWLSFilter(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 StereoMatcher |
opencv_ximgproc.createRightMatcher(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 | Class and Description |
---|---|
class |
StereoBM
\brief Class for computing stereo correspondence using the block matching algorithm, introduced and
contributed to OpenCV by K.
|
class |
StereoSGBM
\brief The class implements the modified H.
|
Modifier and Type | Class and Description |
---|---|
class |
StereoBeliefPropagation
\brief Class computing stereo correspondence using the belief propagation algorithm.
|
class |
StereoConstantSpaceBP
\brief Class computing stereo correspondence using the constant space belief propagation algorithm.
|
Copyright © 2020. All rights reserved.