Click or drag to resize

Cv2DrawKeypoints Method

Draw keypoints.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static void DrawKeypoints(
	Mat image,
	IEnumerable<KeyPoint> keypoints,
	Mat outImage,
	Nullable<Scalar> color = null,
	DrawMatchesFlags flags = DrawMatchesFlags.Default
)

Parameters

image
Type: OpenCvSharpMat
keypoints
Type: System.Collections.GenericIEnumerableKeyPoint
outImage
Type: OpenCvSharpMat
color (Optional)
Type: SystemNullableScalar
flags (Optional)
Type: OpenCvSharpDrawMatchesFlags
See Also