Click or drag to resize

NativeMethodsimgproc_drawContours_InputArray 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 imgproc_drawContours_InputArray(
	IntPtr image,
	IntPtr[] contours,
	int contoursLength,
	int contourIdx,
	Scalar color,
	int thickness,
	int lineType,
	IntPtr hierarchy,
	int maxLevel,
	Point offset
)

Parameters

image
Type: SystemIntPtr
contours
Type: SystemIntPtr
contoursLength
Type: SystemInt32
contourIdx
Type: SystemInt32
color
Type: OpenCvSharpScalar
thickness
Type: SystemInt32
lineType
Type: SystemInt32
hierarchy
Type: SystemIntPtr
maxLevel
Type: SystemInt32
offset
Type: OpenCvSharpPoint
See Also