Home
last modified time | relevance | path

Searched defs:BestOf2NearestMatcher (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmatchers.hpp231 class CV_EXPORTS BestOf2NearestMatcher : public FeaturesMatcher class
/external/opencv3/modules/stitching/src/
Dmatchers.cpp556 BestOf2NearestMatcher::BestOf2NearestMatcher(bool try_use_gpu, float match_conf, int num_matches_th… in BestOf2NearestMatcher() function in cv::detail::BestOf2NearestMatcher