所有成对接缝估计器的基类。 更多...
#include <opencv2/stitching/detail/seam_finders.hpp>
|
virtual void | findInPair (size_t first, size_t second, Rect roi)=0 |
| 解析给定 ROI 中两个指定图像的掩码交集。
|
|
void | run () |
|
◆ find()
virtual void cv::detail::PairwiseSeamFinder::find |
( |
const std::vector< UMat > & |
src, |
|
|
const std::vector< Point > & |
corners, |
|
|
std::vector< UMat > & |
masks |
|
) |
| |
|
virtual |
Python |
---|
| cv.detail.PairwiseSeamFinder.find( | src, corners, masks | ) -> | masks |
◆ findInPair()
virtual void cv::detail::PairwiseSeamFinder::findInPair |
( |
size_t |
first, |
|
|
size_t |
second, |
|
|
Rect |
roi |
|
) |
| |
|
保护纯虚 |
解析给定 ROI 中两个指定图像的掩码交集。
- 参数
-
first | 第一个图像索引 |
second | 第二个图像索引 |
roi | 感兴趣区域 |
◆ run()
void cv::detail::PairwiseSeamFinder::run |
( |
| ) |
|
|
保护 |
◆ corners_
std::vector<Point> cv::detail::PairwiseSeamFinder::corners_ |
|
保护 |
◆ images_
std::vector<UMat> cv::detail::PairwiseSeamFinder::images_ |
|
保护 |
◆ masks_
std::vector<UMat> cv::detail::PairwiseSeamFinder::masks_ |
|
保护 |
◆ sizes_
std::vector<Size> cv::detail::PairwiseSeamFinder::sizes_ |
|
保护 |
此类的文档是从以下文件生成的