OpenCV  3.1.0
Open Source Computer Vision
cv::cuda::Feature2DAsync Member List

This is the complete list of members for cv::cuda::Feature2DAsync, including all inherited members.

computeAsync(InputArray image, OutputArray keypoints, OutputArray descriptors, Stream &stream=Stream::Null())cv::cuda::Feature2DAsyncvirtual
convert(InputArray gpu_keypoints, std::vector< KeyPoint > &keypoints)=0cv::cuda::Feature2DAsyncpure virtual
detectAndComputeAsync(InputArray image, InputArray mask, OutputArray keypoints, OutputArray descriptors, bool useProvidedKeypoints=false, Stream &stream=Stream::Null())cv::cuda::Feature2DAsyncvirtual
detectAsync(InputArray image, OutputArray keypoints, InputArray mask=noArray(), Stream &stream=Stream::Null())cv::cuda::Feature2DAsyncvirtual
~Feature2DAsync()cv::cuda::Feature2DAsyncvirtual