forward reading the sequence reader

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

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

Return Value

The read object

See Also