OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BestOf2NearestRangeMatcher
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
matchers.hpp
256
class CV_EXPORTS
BestOf2NearestRangeMatcher
: public BestOf2NearestMatcher
259
BestOf2NearestRangeMatcher
(int range_width = 5, bool try_use_gpu = false, float match_conf = 0.3f,
/external/opencv3/modules/stitching/src/
matchers.cpp
661
BestOf2NearestRangeMatcher
::
BestOf2NearestRangeMatcher
(int range_width, bool try_use_gpu, float match_conf, int num_matches_thresh1, int num_matches_thresh2): BestOf2NearestMatcher(try_use_gpu, match_conf, num_matches_thresh1, num_matches_thresh2)
667
void
BestOf2NearestRangeMatcher
::operator ()(const std::vector<ImageFeatures> &features, std::vector<MatchesInfo> &pairwise_matches,
Completed in 193 milliseconds