CvStartReadSeq Method (CvSeq, CvSeqReader, Boolean) OpenCvSharp Class Library
Initializes process of sequential reading from sequence

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

public static void StartReadSeq(
	CvSeq seq,
	CvSeqReader reader,
	bool reverse
)

Parameters

seq
Type: OpenCvSharpCvSeq
Sequence.
reader
Type: OpenCvSharpCvSeqReader
Reader state; initialized by the function.
reverse
Type: SystemBoolean
Determines the direction of the sequence traversal. If reverse is false, the reader is positioned at the first sequence element, otherwise it is positioned at the last element.
See Also

Reference