forward reading the sequence reader

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

Syntax

C#
public static T CV_READ_SEQ_ELEM<T>(
	ref MCvSeqReader reader
)
Visual Basic (Declaration)
Public Shared Function CV_READ_SEQ_ELEM(Of T) ( _
	ByRef reader As MCvSeqReader _
) As T
Visual C++
public:
generic<typename T>
static T CV_READ_SEQ_ELEM(
	MCvSeqReader% reader
)

Parameters

reader
Type: Emgu.CV.Structure..::.MCvSeqReader %
The sequence reader

Type Parameters

T
The type of structure to be read

Return Value

The read object

See Also