Searched defs:match_conf (Results 1 – 2 of 2) sorted by relevance
120 CpuMatcher(float match_conf) : FeaturesMatcher(true), match_conf_(match_conf) {} in CpuMatcher()131 GpuMatcher(float match_conf) : match_conf_(match_conf) {} in GpuMatcher()556 BestOf2NearestMatcher::BestOf2NearestMatcher(bool try_use_gpu, float match_conf, int num_matches_th… in BestOf2NearestMatcher()661 …cher::BestOf2NearestRangeMatcher(int range_width, bool try_use_gpu, float match_conf, int num_matc… in BestOf2NearestRangeMatcher()
144 float match_conf = 0.3f; variable