Return the contour from its binary tree representation

C# | Visual Basic | Visual C++ |
public static IntPtr cvContourFromContourTree( IntPtr tree, IntPtr storage, MCvTermCriteria criteria )
Public Shared Function cvContourFromContourTree ( _ tree As IntPtr, _ storage As IntPtr, _ criteria As MCvTermCriteria _ ) As IntPtr
public: static IntPtr cvContourFromContourTree( IntPtr tree, IntPtr storage, MCvTermCriteria criteria )

- tree (IntPtr)
- Contour tree
- storage (IntPtr)
- Container for the reconstructed contour
- criteria (MCvTermCriteria)
- Criteria, where to stop reconstruction

The contour represented by this contour tree