Click or drag to resize

Feature2DDetect Method (InputArray, Mat)

Detect keypoints in an image.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public KeyPoint[] Detect(
	InputArray image,
	Mat mask = null
)

Parameters

image
Type: OpenCvSharpInputArray
The image.
mask (Optional)
Type: OpenCvSharpMat
Mask specifying where to look for keypoints (optional). Must be a char matrix with non-zero values in the region of interest.

Return Value

Type: KeyPoint
The detected keypoints.
See Also