CvSeqStartRead Method (CvSeqReader, Boolean) OpenCvSharp Class Library
Initializes process of sequential reading from sequence (cvStartReadSeq).

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

public virtual void StartRead(
	CvSeqReader reader,
	bool reverse
)

Parameters

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