Package | Description |
---|---|
org.opencv.calib3d | |
org.opencv.ximgproc |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static StereoMatcher |
StereoMatcher.__fromPtr__(long addr) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2020. All rights reserved.