Initializes the reader state

C# | Visual Basic | Visual C++ |
public static void cvStartReadSeq( IntPtr seq, ref MCvSeqReader reader, bool reverse )
Public Shared Sub cvStartReadSeq ( _ seq As IntPtr, _ ByRef reader As MCvSeqReader, _ reverse As Boolean _ )
public: static void cvStartReadSeq( IntPtr seq, MCvSeqReader% reader, bool reverse )

- seq (IntPtr)
- Sequence
- reader ( MCvSeqReader %)
- Reader state; initialized by the function
- reverse (Boolean)
- Determines the direction of the sequence traversal. If reverse is 0, the reader is positioned at the first sequence element, otherwise it is positioned at the last element.