Home
last modified time | relevance | path

Searched refs:GpuMatcher (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/stitching/src/
Dmatchers.cpp128 class GpuMatcher : public FeaturesMatcher class
131 GpuMatcher(float match_conf) : match_conf_(match_conf) {} in GpuMatcher() function in __anon0431e8210111::GpuMatcher
213 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()