Abstract base class for CUDA asynchronous 2D image feature detectors and descriptor extractors.
More...
|
virtual | ~Feature2DAsync () |
|
virtual void | computeAsync (InputArray image, OutputArray keypoints, OutputArray descriptors, Stream &stream=Stream::Null()) |
| Computes the descriptors for a set of keypoints detected in an image. More...
|
|
virtual void | convert (InputArray gpu_keypoints, std::vector< KeyPoint > &keypoints)=0 |
| Converts keypoints array from internal representation to standard vector. More...
|
|
virtual void | detectAndComputeAsync (InputArray image, InputArray mask, OutputArray keypoints, OutputArray descriptors, bool useProvidedKeypoints=false, Stream &stream=Stream::Null()) |
| Detects keypoints and computes the descriptors. More...
|
|
virtual void | detectAsync (InputArray image, OutputArray keypoints, InputArray mask=noArray(), Stream &stream=Stream::Null()) |
| Detects keypoints in an image. More...
|
|
Abstract base class for CUDA asynchronous 2D image feature detectors and descriptor extractors.