Moves the reader to specified position
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- reader
- Type: OpenCvSharpCvSeqReader
Reader state. - 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. - isRelative
- Type: SystemBoolean
If it is true, then index is a relative to the current position.
See Also