特征匹配器的基类。 更多…
#include <opencv2/stitching/detail/matchers.hpp>
◆ ~FeaturesMatcher()
virtual cv::detail::FeaturesMatcher::~FeaturesMatcher |
( |
| ) |
|
|
内联虚函数 |
◆ FeaturesMatcher()
cv::detail::FeaturesMatcher::FeaturesMatcher |
( |
bool | is_thread_safe = false | ) |
|
|
内联保护成员 |
◆ collectGarbage()
virtual void cv::detail::FeaturesMatcher::collectGarbage |
( |
| ) |
|
|
内联虚函数 |
Python |
---|
| cv.detail.FeaturesMatcher.collectGarbage( | | ) -> | None |
◆ isThreadSafe()
bool cv::detail::FeaturesMatcher::isThreadSafe |
( |
| ) |
const |
|
内联 |
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_ |
|
保护成员 |
此类的文档是从以下文件生成的: