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

Namespace: Emgu.CV.XFeatures2D
Assembly: Emgu.CV.Contrib (in Emgu.CV.Contrib.dll) Version: 3.0.0.2161 (3.0.0.2161)
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