Emgu CV Library Documentation
cvContourFromContourTree Method (tree, storage, criteria)
NamespacesEmgu.CVCvInvokecvContourFromContourTree(IntPtr, IntPtr, MCvTermCriteria)

www.emgu.com/wiki
Return the contour from its binary tree representation
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
tree (IntPtr)
Contour tree
storage (IntPtr)
Container for the reconstructed contour
criteria (MCvTermCriteria)
Criteria, where to stop reconstruction
Return Value
The contour represented by this contour tree

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)