Initializes the reader state
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
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 )
Parameters
- 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.