Click or drag to resize

NativeMethodsfeatures2d_drawKeypoints Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void features2d_drawKeypoints(
	IntPtr image,
	KeyPoint[] keypoints,
	int keypointsLength,
	IntPtr outImage,
	Scalar color,
	int flags
)

Parameters

image
Type: SystemIntPtr
keypoints
Type: OpenCvSharpKeyPoint
keypointsLength
Type: SystemInt32
outImage
Type: SystemIntPtr
color
Type: OpenCvSharpScalar
flags
Type: SystemInt32
See Also