Click or drag to resize
CudaSURFDetectKeyPoints Method
http://www.emgu.com
Detect keypoints in the CudaImage

Namespace: Emgu.CV.XFeatures2D
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public MKeyPoint[] DetectKeyPoints(
	GpuMat img,
	GpuMat mask
)

Parameters

img
Type: Emgu.CV.CudaGpuMat
The image where keypoints will be detected from
mask
Type: Emgu.CV.CudaGpuMat
The optional mask, can be null if not needed

Return Value

Type: MKeyPoint
An array of keypoints
See Also