CvTreeNodeTTreeToNodeSeq Method OpenCvSharp Class Library
Gathers all node pointers to the single sequence

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvSeq TreeToNodeSeq(
	int headerSize,
	CvMemStorage storage
)

Parameters

headerSize
Type: SystemInt32
Header size of the created sequence (sizeof(CvSeq) is the most used value).
storage
Type: OpenCvSharpCvMemStorage
Container for the sequence.

Return Value

Type: CvSeq

[Missing <returns> documentation for "M:OpenCvSharp.CvTreeNode`1.TreeToNodeSeq(System.Int32,OpenCvSharp.CvMemStorage)"]

See Also

Reference