Moves the reader to specified position (cvSetSeqReaderPos).
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- index
- Type: SystemInt32
The destination position. If the positioning mode is used (see the next parameter) the actual position will be index mod reader->seq->total.
See Also