Click or drag to resize
Feature2DAsyncExtensionConvert Method
http://www.emgu.com

[Missing <summary> documentation for "M:Emgu.CV.Cuda.Feature2DAsyncExtension.Convert(Emgu.CV.Cuda.IFeature2DAsync,Emgu.CV.IInputArray,Emgu.CV.Util.VectorOfKeyPoint)"]

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 void Convert(
	this IFeature2DAsync feature2DAsync,
	IInputArray gpuKeypoints,
	VectorOfKeyPoint keypoints
)

Parameters

feature2DAsync
Type: Emgu.CV.CudaIFeature2DAsync

[Missing <param name="feature2DAsync"/> documentation for "M:Emgu.CV.Cuda.Feature2DAsyncExtension.Convert(Emgu.CV.Cuda.IFeature2DAsync,Emgu.CV.IInputArray,Emgu.CV.Util.VectorOfKeyPoint)"]

gpuKeypoints
Type: Emgu.CVIInputArray

[Missing <param name="gpuKeypoints"/> documentation for "M:Emgu.CV.Cuda.Feature2DAsyncExtension.Convert(Emgu.CV.Cuda.IFeature2DAsync,Emgu.CV.IInputArray,Emgu.CV.Util.VectorOfKeyPoint)"]

keypoints
Type: Emgu.CV.UtilVectorOfKeyPoint

[Missing <param name="keypoints"/> documentation for "M:Emgu.CV.Cuda.Feature2DAsyncExtension.Convert(Emgu.CV.Cuda.IFeature2DAsync,Emgu.CV.IInputArray,Emgu.CV.Util.VectorOfKeyPoint)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IFeature2DAsync. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also