Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/src/
Dmatchers.cpp117 class CpuMatcher : public FeaturesMatcher class
120 CpuMatcher(float match_conf) : FeaturesMatcher(true), match_conf_(match_conf) {} in CpuMatcher() function in __anon0431e8210111::CpuMatcher
145 void CpuMatcher::match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo&… in match()
568 impl_ = makePtr<CpuMatcher>(match_conf); in BestOf2NearestMatcher()