Click or drag to resize
CudaSURFDownloadKeypoints Method
http://www.emgu.com
Obtain the keypoints array from GpuMat

Namespace: Emgu.CV.XFeatures2D
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void DownloadKeypoints(
	GpuMat src,
	VectorOfKeyPoint dst
)

Parameters

src
Type: Emgu.CV.CudaGpuMat
The keypoints obtained from DetectKeyPointsRaw
dst
Type: Emgu.CV.UtilVectorOfKeyPoint
The vector of keypoints
See Also