Searched refs:num_matches_thresh1_ (Results 1 – 2 of 2) sorted by relevance
251 int num_matches_thresh1_; member in cv::detail::BestOf2NearestMatcher
572 num_matches_thresh1_ = num_matches_thresh1; in BestOf2NearestMatcher()583 if (matches_info.matches.size() < static_cast<size_t>(num_matches_thresh1_)) in match()