Home
last modified time | relevance | path

Searched refs:num_matches_thresh2_ (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmatchers.hpp252 int num_matches_thresh2_; member in cv::detail::BestOf2NearestMatcher
/external/opencv3/modules/stitching/src/
Dmatchers.cpp573 num_matches_thresh2_ = num_matches_thresh2; in BestOf2NearestMatcher()
624 if (matches_info.num_inliers < num_matches_thresh2_) in match()