NativeMethodsimgproc_findContours2_OutputArray Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_findContours2_OutputArray(System.IntPtr,System.IntPtr@,System.Int32,System.Int32,OpenCvSharp.CvPoint)"]

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

public static void imgproc_findContours2_OutputArray(
	IntPtr image,
	out IntPtr contours,
	int mode,
	int method,
	CvPoint offset
)

Parameters

image
Type: SystemIntPtr

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

contours
Type: SystemIntPtr

[Missing <param name="contours"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_findContours2_OutputArray(System.IntPtr,System.IntPtr@,System.Int32,System.Int32,OpenCvSharp.CvPoint)"]

mode
Type: SystemInt32

[Missing <param name="mode"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_findContours2_OutputArray(System.IntPtr,System.IntPtr@,System.Int32,System.Int32,OpenCvSharp.CvPoint)"]

method
Type: SystemInt32

[Missing <param name="method"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_findContours2_OutputArray(System.IntPtr,System.IntPtr@,System.Int32,System.Int32,OpenCvSharp.CvPoint)"]

offset
Type: OpenCvSharpCvPoint

[Missing <param name="offset"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_findContours2_OutputArray(System.IntPtr,System.IntPtr@,System.Int32,System.Int32,OpenCvSharp.CvPoint)"]

See Also

Reference