www.emgu.com/wiki
Adds an element to the end of sequence and retuns pointer to the allocated element. If the input element is NULL, the function simply allocates a space for one more element.

Declaration Syntax
Public Shared Sub cvSeqPush ( _
seq As IntPtr, _
element As IntPtr _
)
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)