Click or drag to resize

NativeMethodsimgproc_drawContours_vector Method (IntPtr, IntPtr, Int32, Int32, Int32, Scalar, Int32, Int32, IntPtr, Int32, Int32, Point)

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_vector(
	IntPtr image,
	IntPtr[] contours,
	int contoursSize1,
	int[] contoursSize2,
	int contourIdx,
	Scalar color,
	int thickness,
	int lineType,
	IntPtr hierarchy,
	int hiearchyLength,
	int maxLevel,
	Point offset
)

Parameters

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