Click or drag to resize

Feature2DDetect Method

http://www.emgu.com
Detect the keypoints from the image

Namespace:  Emgu.CV.Features2D
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public MKeyPoint[] Detect(
	IInputArray image,
	IInputArray mask = null
)

Parameters

image
Type: Emgu.CVIInputArray
The image to extract keypoints from
mask (Optional)
Type: Emgu.CVIInputArray
The optional mask.

Return Value

Type: MKeyPoint
An array of key points
See Also