Move to the next element in the sequence

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 void CV_NEXT_SEQ_ELEM(
	int elemSize,
	ref MCvSeqReader reader
)
Public Shared Sub CV_NEXT_SEQ_ELEM ( _
	elemSize As Integer, _
	ByRef reader As MCvSeqReader _
)
public:
static void CV_NEXT_SEQ_ELEM(
	int elemSize, 
	MCvSeqReader% reader
)

Parameters

elemSize
Int32
the size of the element
reader
MCvSeqReader%
the sequence reader

See Also