Click or drag to resize

Feature2DDetect Method

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

Namespace:  Emgu.CV.Features2D
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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