CvMatchContourTrees Method OpenCvSharp Class Library
Compares two contours using their tree representations.

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

public static double MatchContourTrees(
	CvContourTree tree1,
	CvContourTree tree2,
	ContourTreesMatchMethod method,
	double threshold
)

Parameters

tree1
Type: OpenCvSharpCvContourTree
First contour tree.
tree2
Type: OpenCvSharpCvContourTree
Second contour tree.
method
Type: OpenCvSharpContourTreesMatchMethod
Similarity measure, only I1 is supported.
threshold
Type: SystemDouble
Similarity threshold.

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.Cv.MatchContourTrees(OpenCvSharp.CvContourTree,OpenCvSharp.CvContourTree,OpenCvSharp.ContourTreesMatchMethod,System.Double)"]

See Also

Reference