NativeMethodscvContourFromContourTree Method OpenCvSharp Class Library

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

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

public static IntPtr cvContourFromContourTree(
	IntPtr tree,
	IntPtr storage,
	CvTermCriteria criteria
)

Parameters

tree
Type: SystemIntPtr

[Missing <param name="tree"/> documentation for "M:OpenCvSharp.NativeMethods.cvContourFromContourTree(System.IntPtr,System.IntPtr,OpenCvSharp.CvTermCriteria)"]

storage
Type: SystemIntPtr

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

criteria
Type: OpenCvSharpCvTermCriteria

[Missing <param name="criteria"/> documentation for "M:OpenCvSharp.NativeMethods.cvContourFromContourTree(System.IntPtr,System.IntPtr,OpenCvSharp.CvTermCriteria)"]

Return Value

Type: IntPtr

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

See Also

Reference