Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmatchers.hpp251 int num_matches_thresh1_; member in cv::detail::BestOf2NearestMatcher
/external/opencv3/modules/stitching/src/
Dmatchers.cpp572 num_matches_thresh1_ = num_matches_thresh1; in BestOf2NearestMatcher()
583 if (matches_info.matches.size() < static_cast<size_t>(num_matches_thresh1_)) in match()