OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BestOf2NearestRangeMatcher
(Results
1 - 3
of
3
) 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,
/external/opencv3/samples/cpp/
stitching_detailed.cpp
469
BestOf2NearestRangeMatcher
matcher(timelapse_range, try_cuda, match_conf);
Completed in 523 milliseconds