CvSeqCreateContourTree Method 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 CreateContourTree(
	CvMemStorage storage,
	double threshold
)

Parameters

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

Return Value

Type: CvContourTree

[Missing <returns> documentation for "M:OpenCvSharp.CvSeq.CreateContourTree(OpenCvSharp.CvMemStorage,System.Double)"]

See Also

Reference