BestOf2NearestRangeMatcher  259 modules/stitching/include/opencv2/stitching/detail/matchers.hpp     BestOf2NearestRangeMatcher(int range_width = 5, bool try_use_gpu = false, float match_conf = 0.3f,
BestOf2NearestRangeMatcher  661 modules/stitching/src/matchers.cpp BestOf2NearestRangeMatcher::BestOf2NearestRangeMatcher(int range_width, bool try_use_gpu, float match_conf, int num_matches_thresh1, int num_matches_thresh2): BestOf2NearestMatcher(try_use_gpu, match_conf, num_matches_thresh1, num_matches_thresh2)
BestOf2NearestRangeMatcher  667 modules/stitching/src/matchers.cpp void BestOf2NearestRangeMatcher::operator ()(const std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_matches,
BestOf2NearestRangeMatcher  469 samples/cpp/stitching_detailed.cpp         BestOf2NearestRangeMatcher matcher(timelapse_range, try_cuda, match_conf);