Home
last modified time | relevance | path

Searched defs:match_conf (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/src/
Dmatchers.cpp120 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()
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp144 float match_conf = 0.3f; variable