detectAndComputeAsync 408 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp virtual void detectAndComputeAsync(InputArray image, detectAndComputeAsync 117 modules/cudafeatures2d/perf/perf_features2d.cpp TEST_CYCLE() d_orb->detectAndComputeAsync(d_img, cv::noArray(), d_keypoints, d_descriptors); detectAndComputeAsync 60 modules/cudafeatures2d/src/feature2d_async.cpp detectAndComputeAsync(image, mask, keypoints, noArray(), false, stream); detectAndComputeAsync 74 modules/cudafeatures2d/src/feature2d_async.cpp detectAndComputeAsync(image, noArray(), keypoints, descriptors, true, stream); detectAndComputeAsync 353 modules/cudafeatures2d/src/orb.cpp virtual void detectAndComputeAsync(InputArray _image, InputArray _mask, OutputArray _keypoints, OutputArray _descriptors, bool useProvidedKeypoints, Stream& stream); detectAndComputeAsync 577 modules/cudafeatures2d/src/orb.cpp detectAndComputeAsync(_image, _mask, d_keypoints_, _descriptors, false, Stream::Null()); detectAndComputeAsync 175 modules/cudafeatures2d/test/test_features2d.cpp orb->detectAndComputeAsync(loadMat(image), loadMat(mask), keypoints, descriptors); detectAndComputeAsync 358 samples/gpu/performance/tests.cpp d_orb->detectAndComputeAsync(d_src, cuda::GpuMat(), d_keypoints, d_descriptors); detectAndComputeAsync 361 samples/gpu/performance/tests.cpp d_orb->detectAndComputeAsync(d_src, cuda::GpuMat(), d_keypoints, d_descriptors);