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
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