CvContourTree Constructor (CvSeq, CvMemStorage, Double) OpenCvSharp Class Library
Creates hierarchical representation of contour

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

public CvContourTree(
	CvSeq contour,
	CvMemStorage storage,
	double threshold
)

Parameters

contour
Type: OpenCvSharpCvSeq
Input contour.
storage
Type: OpenCvSharpCvMemStorage
Container for output tree.
threshold
Type: SystemDouble
Approximation accuracy.

Return Value

Type: 
See Also

Reference