Restores contour from tree.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- 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.CvContourTree.ContourFromContourTree(OpenCvSharp.CvMemStorage,OpenCvSharp.CvTermCriteria)"]
See Also