#include <opencv2/stitching/detail/matchers.hpp>
◆ BestOf2NearestRangeMatcher()
| cv::detail::BestOf2NearestRangeMatcher::BestOf2NearestRangeMatcher |
( |
int |
range_width = 5, |
|
|
bool |
try_use_gpu = false, |
|
|
float |
match_conf = 0.3f, |
|
|
int |
num_matches_thresh1 = 6, |
|
|
int |
num_matches_thresh2 = 6 |
|
) |
| |
◆ collectGarbage()
| void cv::detail::BestOf2NearestMatcher::collectGarbage |
( |
| ) |
|
|
virtualinherited |
◆ create()
| static Ptr<BestOf2NearestMatcher> cv::detail::BestOf2NearestMatcher::create |
( |
bool |
try_use_gpu = false, |
|
|
float |
match_conf = 0.3f, |
|
|
int |
num_matches_thresh1 = 6, |
|
|
int |
num_matches_thresh2 = 6 |
|
) |
| |
|
staticinherited |
◆ isThreadSafe()
| bool cv::detail::FeaturesMatcher::isThreadSafe |
( |
| ) |
const |
|
inlineinherited |
- Returns
- True, if it's possible to use the same matcher instance in parallel, false otherwise
◆ match()
|
|
protectedvirtualinherited |
◆ 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 |
References CV_OUT, CV_WRAP_AS, and cv::gapi::mask().
◆ operator()() [2/2]
◆ impl_
◆ is_thread_safe_
| bool cv::detail::FeaturesMatcher::is_thread_safe_ |
|
protectedinherited |
◆ num_matches_thresh1_
| int cv::detail::BestOf2NearestMatcher::num_matches_thresh1_ |
|
protectedinherited |
◆ num_matches_thresh2_
| int cv::detail::BestOf2NearestMatcher::num_matches_thresh2_ |
|
protectedinherited |
◆ range_width_
| int cv::detail::BestOf2NearestRangeMatcher::range_width_ |
|
protected |
The documentation for this class was generated from the following file:
- opencv2/stitching/detail/matchers.hpp