Searched refs:BestOf2NearestRangeMatcher (Results 1 – 3 of 3) sorted by relevance
256 class CV_EXPORTS BestOf2NearestRangeMatcher : public BestOf2NearestMatcher class259 … BestOf2NearestRangeMatcher(int range_width = 5, bool try_use_gpu = false, float match_conf = 0.3f,
661 BestOf2NearestRangeMatcher::BestOf2NearestRangeMatcher(int range_width, bool try_use_gpu, float mat… in BestOf2NearestRangeMatcher() function in cv::detail::BestOf2NearestRangeMatcher667 void BestOf2NearestRangeMatcher::operator ()(const std::vector<ImageFeatures> &features, std::vecto… in operator ()()
469 BestOf2NearestRangeMatcher matcher(timelapse_range, try_cuda, match_conf); in main()