Click or drag to resize
Feature2DAsyncExtension Class
http://www.emgu.com

[Missing <summary> documentation for "T:Emgu.CV.Cuda.Feature2DAsyncExtension"]

Inheritance Hierarchy
SystemObject
  Emgu.CV.CudaFeature2DAsyncExtension

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public static class Feature2DAsyncExtension

The Feature2DAsyncExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberComputeAsync
Compute the descriptors on the image from the given keypoint locations.
Public methodStatic memberConvert
Public methodStatic memberDetectAndComputeAsync
Detect keypoints in an image and compute the descriptors on the image from the keypoint locations.
Public methodStatic memberDetectAsync
Detect the features in the image
Top
See Also