特征匹配器基类。 更多...
#include <opencv2/stitching/detail/matchers.hpp>
◆ ~FeaturesMatcher()
virtual cv::detail::FeaturesMatcher::~FeaturesMatcher |
( |
| ) |
|
|
inlinevirtual |
◆ FeaturesMatcher()
cv::detail::FeaturesMatcher::FeaturesMatcher |
( |
bool |
is_thread_safe = false | ) |
|
|
inlineprotected |
◆ collectGarbage()
virtual void cv::detail::FeaturesMatcher::collectGarbage |
( |
| ) |
|
|
inlinevirtual |
Python |
---|
| cv.detail.FeaturesMatcher.collectGarbage( | | ) -> | None |
◆ isThreadSafe()
bool cv::detail::FeaturesMatcher::isThreadSafe |
( |
| ) |
const |
|
inline |
Python |
---|
| cv.detail.FeaturesMatcher.isThreadSafe( | | ) -> | retval |
- 返回值
- 如果可以在并行中使用相同的匹配器实例,则返回 True,否则返回 False
◆ match() [1/2]
◆ match() [2/2]
◆ operator()() [1/2]
这是一个重载的成员函数,为了方便起见提供。它只在接受的参数方面与上面的函数不同。
- 参数
-
features1 | 第一张图像的特征 |
features2 | 第二张图像的特征 |
matches_info | 找到的匹配 |
◆ operator()() [2/2]
执行图像匹配。
- 参数
-
features | 源图像的特征 |
pairwise_matches | 找到的成对匹配 |
mask | 指示必须匹配哪些图像对的掩码 |
该函数使用 TBB 库进行并行化。
- 参见
- detail::MatchesInfo
◆ is_thread_safe_
bool cv::detail::FeaturesMatcher::is_thread_safe_ |
|
protected |
此类的文档是从以下文件生成的