detectAsync       390 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp     virtual void detectAsync(InputArray image,
detectAsync        75 modules/cudafeatures2d/perf/perf_features2d.cpp         TEST_CYCLE() d_fast->detectAsync(d_img, d_keypoints);
detectAsync        71 modules/cudafeatures2d/src/fast.cpp         virtual void detectAsync(InputArray _image, OutputArray _keypoints, InputArray _mask, Stream& stream);
detectAsync       109 modules/cudafeatures2d/src/fast.cpp         detectAsync(_image, d_keypoints, _mask, Stream::Null());
detectAsync       693 modules/cudafeatures2d/src/orb.cpp             fastDetector_->detectAsync(imagePyr_[level], fastKpRange, maskPyr_[level], Stream::Null());
detectAsync       329 samples/gpu/performance/tests.cpp     d_FAST->detectAsync(d_src, d_keypoints);
detectAsync       332 samples/gpu/performance/tests.cpp     d_FAST->detectAsync(d_src, d_keypoints);