NativeMethodsfeatures2d_drawKeypoints Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawKeypoints(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,System.Int32)"]

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

public static void features2d_drawKeypoints(
	IntPtr image,
	KeyPoint[] keypoints,
	int keypointsLength,
	IntPtr outImage,
	CvScalar color,
	int flags
)

Parameters

image
Type: SystemIntPtr

[Missing <param name="image"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawKeypoints(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,System.Int32)"]

keypoints
Type: OpenCvSharp.CPlusPlusKeyPoint

[Missing <param name="keypoints"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawKeypoints(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,System.Int32)"]

keypointsLength
Type: SystemInt32

[Missing <param name="keypointsLength"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawKeypoints(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,System.Int32)"]

outImage
Type: SystemIntPtr

[Missing <param name="outImage"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawKeypoints(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,System.Int32)"]

color
Type: OpenCvSharpCvScalar

[Missing <param name="color"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawKeypoints(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,System.Int32)"]

flags
Type: SystemInt32

[Missing <param name="flags"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_drawKeypoints(System.IntPtr,OpenCvSharp.CPlusPlus.KeyPoint[],System.Int32,System.IntPtr,OpenCvSharp.CvScalar,System.Int32)"]

See Also

Reference