CvContourFromContourTree Method OpenCvSharp Class Library
Restores contour from tree.

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

public static CvSeq ContourFromContourTree(
	CvContourTree tree,
	CvMemStorage storage,
	CvTermCriteria criteria
)

Parameters

tree
Type: OpenCvSharpCvContourTree
Contour tree.
storage
Type: OpenCvSharpCvMemStorage
Container for the reconstructed contour.
criteria
Type: OpenCvSharpCvTermCriteria
Criteria, where to stop reconstruction.

Return Value

Type: CvSeq

[Missing <returns> documentation for "M:OpenCvSharp.Cv.ContourFromContourTree(OpenCvSharp.CvContourTree,OpenCvSharp.CvMemStorage,OpenCvSharp.CvTermCriteria)"]

See Also

Reference