Searched defs:Feature2DAsync (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/cudafeatures2d/src/
H A Dfeature2d_async.cpp45 cv::cuda::Feature2DAsync::~Feature2DAsync()
49 void cv::cuda::Feature2DAsync::detectAsync(InputArray image,
63 void cv::cuda::Feature2DAsync::computeAsync(InputArray image,
77 void cv::cuda::Feature2DAsync::detectAndComputeAsync(InputArray /*image*/,
/external/opencv3/modules/cudafeatures2d/include/opencv2/
H A Dcudafeatures2d.hpp372 // Feature2DAsync
377 class CV_EXPORTS Feature2DAsync class in namespace:cv::cuda
380 virtual ~Feature2DAsync();
426 class CV_EXPORTS FastFeatureDetector : public cv::FastFeatureDetector, public Feature2DAsync
455 class CV_EXPORTS ORB : public cv::ORB, public Feature2DAsync

Completed in 113 milliseconds