[This is preliminary documentation and is subject to change.]
forward reading the sequence reader
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
public static T CV_READ_SEQ_ELEM<T>( ref MCvSeqReader reader )
Public Shared Function CV_READ_SEQ_ELEM(Of T) ( _ ByRef reader As MCvSeqReader _ ) As T
public: generic<typename T> static T CV_READ_SEQ_ELEM( MCvSeqReader% reader )
Parameters
- reader
-
MCvSeqReader
%
The sequence reader
Type Parameters
- T
- The type of structure to be read