Creates hierarchical representation of contour
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static CvContourTree CreateContourTree( 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: CvContourTree[Missing <returns> documentation for "M:OpenCvSharp.Cv.CreateContourTree(OpenCvSharp.CvSeq,OpenCvSharp.CvMemStorage,System.Double)"]
See Also