http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Initializes the reader state
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvStartReadSeq( IntPtr seq, ref MCvSeqReader reader, bool reverse ) |
Visual Basic |
---|
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.