CpuMatcher 120 modules/stitching/src/matchers.cpp CpuMatcher(float match_conf) : FeaturesMatcher(true), match_conf_(match_conf) {} CpuMatcher 145 modules/stitching/src/matchers.cpp void CpuMatcher::match(const ImageFeatures &features1, const ImageFeatures &features2, MatchesInfo& matches_info) CpuMatcher 568 modules/stitching/src/matchers.cpp impl_ = makePtr<CpuMatcher>(match_conf);