Features matcher similar to cv::detail::BestOf2NearestMatcher which finds two best matches for each feature and leaves the best one only if the ratio between descriptor distances is greater than the threshold match_conf. More...
#include <features_matcher.h>
Protected Member Functions | |
void | match (const cv::detail::ImageFeatures &features1, const cv::detail::ImageFeatures &features2, cv::detail::MatchesInfo &matches_info) |
Features matcher similar to cv::detail::BestOf2NearestMatcher which finds two best matches for each feature and leaves the best one only if the ratio between descriptor distances is greater than the threshold match_conf.
Unlike cv::detail::BestOf2NearestMatcher this matcher is using affine transformation to estimate homography.
Definition at line 55 of file features_matcher.h.
void combine_grids::internal::AffineBestOf2NearestMatcher::match | ( | const cv::detail::ImageFeatures & | features1, |
const cv::detail::ImageFeatures & | features2, | ||
cv::detail::MatchesInfo & | matches_info | ||
) | [protected] |
Definition at line 54 of file features_matcher.cpp.