OpenCV
3.4.9
Open Source Computer Vision
|
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::Feature2DAsync | virtual |
convert(InputArray gpu_keypoints, std::vector< KeyPoint > &keypoints)=0 | cv::cuda::Feature2DAsync | pure virtual |
detectAndComputeAsync(InputArray image, InputArray mask, OutputArray keypoints, OutputArray descriptors, bool useProvidedKeypoints=false, Stream &stream=Stream::Null()) | cv::cuda::Feature2DAsync | virtual |
detectAsync(InputArray image, OutputArray keypoints, InputArray mask=noArray(), Stream &stream=Stream::Null()) | cv::cuda::Feature2DAsync | virtual |
~Feature2DAsync() | cv::cuda::Feature2DAsync | virtual |