Protected Member Functions
combine_grids::internal::AffineBestOf2NearestMatcher Class Reference

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>

List of all members.

Protected Member Functions

void match (const cv::detail::ImageFeatures &features1, const cv::detail::ImageFeatures &features2, cv::detail::MatchesInfo &matches_info)

Detailed Description

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.

See also:
cv::detail::FeaturesMatcher cv::detail::BestOf2NearestMatcher

Definition at line 55 of file features_matcher.h.


Member Function Documentation

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.


The documentation for this class was generated from the following files:


map_merge
Author(s): Jiri Horner
autogenerated on Sun Mar 26 2017 03:48:10