立体匹配算法的基类。 更多…
#include <opencv2/calib3d.hpp>
◆ 匿名枚举
◆ compute()
Python |
---|
| cv.StereoMatcher.compute( | left, right[, disparity] | ) -> | disparity |
计算指定立体图像对的视差图。
- 参数
-
left | 左8位单通道图像。 |
right | 与左图像大小和类型相同的右图像。 |
disparity | 输出视差图。它与输入图像大小相同。某些算法,例如 StereoBM 或 StereoSGBM 计算 16 位定点视差图(其中每个视差值具有 4 个小数位),而其他算法输出 32 位浮点视差图。 |
在 cv::cuda::StereoSGM 中实现。
◆ getBlockSize()
virtual int cv::StereoMatcher::getBlockSize |
( |
| ) |
const |
|
纯虚函数 |
Python |
---|
| cv.StereoMatcher.getBlockSize( | | ) -> | retval |
◆ getDisp12MaxDiff()
virtual int cv::StereoMatcher::getDisp12MaxDiff |
( |
| ) |
const |
|
纯虚函数 |
Python |
---|
| cv.StereoMatcher.getDisp12MaxDiff( | | ) -> | retval |
◆ getMinDisparity()
virtual int cv::StereoMatcher::getMinDisparity |
( |
| ) |
const |
|
纯虚函数 |
Python |
---|
| cv.StereoMatcher.getMinDisparity( | | ) -> | retval |
◆ getNumDisparities()
virtual int cv::StereoMatcher::getNumDisparities |
( |
| ) |
const |
|
纯虚函数 |
Python |
---|
| cv.StereoMatcher.getNumDisparities( | | ) -> | retval |
◆ getSpeckleRange()
virtual int cv::StereoMatcher::getSpeckleRange |
( |
| ) |
const |
|
纯虚函数 |
Python |
---|
| cv.StereoMatcher.getSpeckleRange( | | ) -> | retval |
◆ getSpeckleWindowSize()
virtual int cv::StereoMatcher::getSpeckleWindowSize |
( |
| ) |
const |
|
纯虚函数 |
Python |
---|
| cv.StereoMatcher.getSpeckleWindowSize() | | ) -> | retval |
◆ setBlockSize()
virtual void cv::StereoMatcher::setBlockSize |
( |
int | blockSize | ) |
|
|
纯虚函数 |
Python |
---|
| cv.StereoMatcher.setBlockSize() | blockSize | ) -> | 无 |
◆ setDisp12MaxDiff()
virtual void cv::StereoMatcher::setDisp12MaxDiff |
( |
int | disp12MaxDiff | ) |
|
|
纯虚函数 |
Python |
---|
| cv.StereoMatcher.setDisp12MaxDiff() | disp12MaxDiff | ) -> | 无 |
◆ setMinDisparity()
virtual void cv::StereoMatcher::setMinDisparity |
( |
int | minDisparity | ) |
|
|
纯虚函数 |
Python |
---|
| cv.StereoMatcher.setMinDisparity() | minDisparity | ) -> | 无 |
◆ setNumDisparities()
virtual void cv::StereoMatcher::setNumDisparities |
( |
int | numDisparities | ) |
|
|
纯虚函数 |
Python |
---|
| cv.StereoMatcher.setNumDisparities() | numDisparities | ) -> | 无 |
◆ setSpeckleRange()
virtual void cv::StereoMatcher::setSpeckleRange |
( |
int | speckleRange | ) |
|
|
纯虚函数 |
Python |
---|
| cv.StereoMatcher.setSpeckleRange() | speckleRange | ) -> | 无 |
◆ setSpeckleWindowSize()
virtual void cv::StereoMatcher::setSpeckleWindowSize |
( |
int | speckleWindowSize | ) |
|
|
纯虚函数 |
Python |
---|
| cv.StereoMatcher.setSpeckleWindowSize() | speckleWindowSize | ) -> | 无 |
此类的文档由以下文件生成: