Click or drag to resize

NativeMethods.imgproc_findContours2_OutputArray 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_findContours2_OutputArray(
	IntPtr image,
	out IntPtr contours,
	int mode,
	int method,
	Point offset
)

Parameters

image
Type: System.IntPtr
contours
Type: System.IntPtr
mode
Type: System.Int32
method
Type: System.Int32
offset
Type: OpenCvSharp.Point
See Also