Searched refs:num_matches_thresh2_ (Results 1 – 2 of 2) sorted by relevance
252 int num_matches_thresh2_; member in cv::detail::BestOf2NearestMatcher
573 num_matches_thresh2_ = num_matches_thresh2; in BestOf2NearestMatcher()624 if (matches_info.num_inliers < num_matches_thresh2_) in match()