Emgu CV Library Documentation
cvSeqPop Method (seq, element)
NamespacesEmgu.CVCvInvokecvSeqPop(IntPtr, IntPtr)

www.emgu.com/wiki
Removes element from sequence end.
Declaration Syntax
C#Visual BasicVisual C++
public static void cvSeqPop(
	IntPtr seq,
	IntPtr element
)
Public Shared Sub cvSeqPop ( _
	seq As IntPtr, _
	element As IntPtr _
)
public:
static void cvSeqPop(
	IntPtr seq, 
	IntPtr element
)
Parameters
seq (IntPtr)
Sequence
element (IntPtr)
If the pointer is not zero, the function copies the removed element to this location

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)