Home
last modified time | relevance | path

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

/external/opencv3/modules/cudafeatures2d/include/opencv2/
Dcudafeatures2d.hpp201 virtual void matchConvert(InputArray gpu_matches,
/external/opencv3/modules/cudafeatures2d/src/
Dbrute_force_matcher.cpp228 virtual void matchConvert(InputArray gpu_matches,
302 matchConvert(d_matches, matches); in match()
311 matchConvert(d_matches, matches); in match()
440 void BFMatcher_Impl::matchConvert(InputArray _gpu_matches, in matchConvert() function in __anone66402020111::BFMatcher_Impl
/external/opencv3/modules/cudafeatures2d/perf/
Dperf_features2d.cpp179 d_matcher->matchConvert(d_matches, gpu_matches);