Searched refs:GpuMatcher (Results 1 – 1 of 1) sorted by relevance
128 class GpuMatcher : public FeaturesMatcher class131 GpuMatcher(float match_conf) : match_conf_(match_conf) {} in GpuMatcher() function in __anon0431e8210111::GpuMatcher213 void GpuMatcher::match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo&… in match()258 void GpuMatcher::collectGarbage() in collectGarbage()563 impl_ = makePtr<GpuMatcher>(match_conf); in BestOf2NearestMatcher()