Feature matchers base class.
More...
#include <opencv2/stitching/detail/matchers.hpp>
Feature matchers base class.
§ ~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: |
---|
| None | = | cv.detail_FeaturesMatcher.collectGarbage( | | ) |
§ isThreadSafe()
bool cv::detail::FeaturesMatcher::isThreadSafe |
( |
| ) |
const |
|
inline |
Python: |
---|
| retval | = | cv.detail_FeaturesMatcher.isThreadSafe( | | ) |
- Returns
- True, if it's possible to use the same matcher instance in parallel, false otherwise
§ match()
§ operator()() [1/2]
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
- Parameters
-
features1 | First image features |
features2 | Second image features |
matches_info | Found matches |
§ operator()() [2/2]
Performs images matching.
- Parameters
-
features | Features of the source images |
pairwise_matches | Found pairwise matches |
mask | Mask indicating which image pairs must be matched |
The function is parallelized with the TBB library.
- See also
- detail::MatchesInfo
§ is_thread_safe_
bool cv::detail::FeaturesMatcher::is_thread_safe_ |
|
protected |
The documentation for this class was generated from the following file: