IFeature2DAsync Interface |
Namespace: Emgu.CV.Cuda
The IFeature2DAsync type exposes the following members.
| Name | Description | |
|---|---|---|
| Feature2DAsyncPtr |
Get the pointer to the Feature2DAsync object
|
| Name | Description | |
|---|---|---|
| ComputeAsync |
Compute the descriptors on the image from the given keypoint locations.
(Defined by Feature2DAsyncExtension.) | |
| Convert |
Converts keypoints array from internal representation to standard vector.
(Defined by Feature2DAsyncExtension.) | |
| DetectAndComputeAsync |
Detect keypoints in an image and compute the descriptors on the image from the keypoint locations.
(Defined by Feature2DAsyncExtension.) | |
| DetectAsync |
Detect the features in the image
(Defined by Feature2DAsyncExtension.) |