NativeMethodscvMatchContourTrees Method OpenCvSharp Class Library

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

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

public static double cvMatchContourTrees(
	IntPtr tree1,
	IntPtr tree2,
	ContourTreesMatchMethod method,
	double threshold
)

Parameters

tree1
Type: SystemIntPtr

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

tree2
Type: SystemIntPtr

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

method
Type: OpenCvSharpContourTreesMatchMethod

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

threshold
Type: SystemDouble

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

Return Value

Type: Double

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

See Also

Reference