Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmatchers.hpp243 …stOf2NearestMatcher(bool try_use_gpu = false, float match_conf = 0.3f, int num_matches_thresh1 = 6,
260 int num_matches_thresh1 = 6, int num_matches_thresh2 = 6);
/external/opencv3/modules/stitching/src/
Dmatchers.cpp556 …her::BestOf2NearestMatcher(bool try_use_gpu, float match_conf, int num_matches_thresh1, int num_ma… in BestOf2NearestMatcher() argument
572 num_matches_thresh1_ = num_matches_thresh1; in BestOf2NearestMatcher()
661 …oat match_conf, int num_matches_thresh1, int num_matches_thresh2): BestOf2NearestMatcher(try_use_g… in BestOf2NearestRangeMatcher() argument