BestOf2NearestRangeMatcher 256 modules/stitching/include/opencv2/stitching/detail/matchers.hpp class CV_EXPORTS BestOf2NearestRangeMatcher : public BestOf2NearestMatcher 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)