matchAsync 181 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp virtual void matchAsync(InputArray queryDescriptors, InputArray trainDescriptors, matchAsync 188 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp virtual void matchAsync(InputArray queryDescriptors, matchAsync 176 modules/cudafeatures2d/perf/perf_features2d.cpp TEST_CYCLE() d_matcher->matchAsync(d_query, d_train, d_matches); matchAsync 218 modules/cudafeatures2d/src/brute_force_matcher.cpp virtual void matchAsync(InputArray queryDescriptors, InputArray trainDescriptors, matchAsync 223 modules/cudafeatures2d/src/brute_force_matcher.cpp virtual void matchAsync(InputArray queryDescriptors, matchAsync 301 modules/cudafeatures2d/src/brute_force_matcher.cpp matchAsync(_queryDescriptors, _trainDescriptors, d_matches, _mask); matchAsync 310 modules/cudafeatures2d/src/brute_force_matcher.cpp matchAsync(_queryDescriptors, d_matches, masks); matchAsync 399 samples/gpu/performance/tests.cpp d_matcher->matchAsync(d_query, d_train, d_matches); matchAsync 402 samples/gpu/performance/tests.cpp d_matcher->matchAsync(d_query, d_train, d_matches);