Searched refs:CpuMatcher (Results 1 – 1 of 1) sorted by relevance
117 class CpuMatcher : public FeaturesMatcher class120 CpuMatcher(float match_conf) : FeaturesMatcher(true), match_conf_(match_conf) {} in CpuMatcher() function in __anon0431e8210111::CpuMatcher145 void CpuMatcher::match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo&… in match()568 impl_ = makePtr<CpuMatcher>(match_conf); in BestOf2NearestMatcher()