Home
last modified time | relevance | path

Searched refs:BestOf2NearestRangeMatcher (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmatchers.hpp256 class CV_EXPORTS BestOf2NearestRangeMatcher : public BestOf2NearestMatcher class
259BestOf2NearestRangeMatcher(int range_width = 5, bool try_use_gpu = false, float match_conf = 0.3f,
/external/opencv3/modules/stitching/src/
Dmatchers.cpp661 BestOf2NearestRangeMatcher::BestOf2NearestRangeMatcher(int range_width, bool try_use_gpu, float mat… in BestOf2NearestRangeMatcher() function in cv::detail::BestOf2NearestRangeMatcher
667 void BestOf2NearestRangeMatcher::operator ()(const std::vector<ImageFeatures> &features, std::vecto… in operator ()()
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp469 BestOf2NearestRangeMatcher matcher(timelapse_range, try_cuda, match_conf); in main()