FeatureDetectorDetect Method (Mat, Mat) OpenCvSharp Class Library
Detect keypoints in an image.

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public KeyPoint[] Detect(
	Mat image,
	Mat mask = null
)

Parameters

image
Type: OpenCvSharp.CPlusPlusMat
The image.
mask (Optional)
Type: OpenCvSharp.CPlusPlusMat
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

Reference