NativeMethodscvCreateContourTree Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvCreateContourTree(System.IntPtr,System.IntPtr,System.Double)"]

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

public static IntPtr cvCreateContourTree(
	IntPtr contour,
	IntPtr storage,
	double threshold
)

Parameters

contour
Type: SystemIntPtr

[Missing <param name="contour"/> documentation for "M:OpenCvSharp.NativeMethods.cvCreateContourTree(System.IntPtr,System.IntPtr,System.Double)"]

storage
Type: SystemIntPtr

[Missing <param name="storage"/> documentation for "M:OpenCvSharp.NativeMethods.cvCreateContourTree(System.IntPtr,System.IntPtr,System.Double)"]

threshold
Type: SystemDouble

[Missing <param name="threshold"/> documentation for "M:OpenCvSharp.NativeMethods.cvCreateContourTree(System.IntPtr,System.IntPtr,System.Double)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.cvCreateContourTree(System.IntPtr,System.IntPtr,System.Double)"]

See Also

Reference