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. - is_relative
- Type: SystemBoolean
If it is true, then index is a relative to the current position.
See Also