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

Namespace: Emgu.CV.XFeatures2D
Assembly: Emgu.CV.Contrib (in Emgu.CV.Contrib.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void UploadKeypoints(
	VectorOfKeyPoint src,
	GpuMat dst
)

Parameters

src
Type: Emgu.CV.UtilVectorOfKeyPoint
The keypoints array
dst
Type: Emgu.CV.CudaGpuMat
A GpuMat that represent the keypoints
See Also