#include <opencv2/stitching/detail/matchers.hpp>
|
| 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) |
|
void | operator() (const std::vector< ImageFeatures > &features, std::vector< MatchesInfo > &pairwise_matches, const cv::UMat &mask=cv::UMat()) |
|
| BestOf2NearestMatcher (bool try_use_gpu=false, float match_conf=0.3f, int num_matches_thresh1=6, int num_matches_thresh2=6) |
| Constructs a "best of 2 nearest" matcher. More...
|
|
void | collectGarbage () CV_OVERRIDE |
| Frees unused memory allocated before if there is any. More...
|
|
virtual | ~FeaturesMatcher () |
|
bool | isThreadSafe () const |
|
void | operator() (const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo &matches_info) |
|
void | operator() (const std::vector< ImageFeatures > &features, std::vector< MatchesInfo > &pairwise_matches, const cv::UMat &mask=cv::UMat()) |
| Performs images matching. More...
|
|
◆ 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 |
|
) |
| |
◆ operator()()
◆ range_width_
int cv::detail::BestOf2NearestRangeMatcher::range_width_ |
|
protected |
The documentation for this class was generated from the following file: