knnMatchAsync     257 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp     virtual void knnMatchAsync(InputArray queryDescriptors, InputArray trainDescriptors,
knnMatchAsync     265 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp     virtual void knnMatchAsync(InputArray queryDescriptors,
knnMatchAsync     235 modules/cudafeatures2d/perf/perf_features2d.cpp         TEST_CYCLE() d_matcher->knnMatchAsync(d_query, d_train, d_matches, k);
knnMatchAsync     243 modules/cudafeatures2d/src/brute_force_matcher.cpp         virtual void knnMatchAsync(InputArray queryDescriptors, InputArray trainDescriptors,
knnMatchAsync     249 modules/cudafeatures2d/src/brute_force_matcher.cpp         virtual void knnMatchAsync(InputArray queryDescriptors,
knnMatchAsync     508 modules/cudafeatures2d/src/brute_force_matcher.cpp         knnMatchAsync(_queryDescriptors, _trainDescriptors, d_matches, k, _mask);
knnMatchAsync     521 modules/cudafeatures2d/src/brute_force_matcher.cpp             knnMatchAsync(_queryDescriptors, d_matches, k, masks);
knnMatchAsync     413 samples/gpu/performance/tests.cpp     d_matcher->knnMatchAsync(d_query, d_train, d_matches, 2);
knnMatchAsync     416 samples/gpu/performance/tests.cpp     d_matcher->knnMatchAsync(d_query, d_train, d_matches, 2);