Initializes the reader state
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public static void cvStartReadSeq( IntPtr seq, ref MCvSeqReader reader, bool reverse ) |
Visual Basic (Declaration) |
---|
Public Shared Sub cvStartReadSeq ( _ seq As IntPtr, _ ByRef reader As MCvSeqReader, _ reverse As Boolean _ ) |
Visual C++ |
---|
public: static void cvStartReadSeq( IntPtr seq, MCvSeqReader% reader, bool reverse ) |
Parameters
- seq
- Type: System..::.IntPtr
Sequence
- reader
- Type:
Emgu.CV.Structure..::.MCvSeqReader
%
Reader state; initialized by the function
- reverse
- Type: System..::.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.