[This is preliminary documentation and is subject to change.]

Removes element from sequence middle

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void cvSeqRemove(
	IntPtr seq,
	int index
)
Public Shared Sub cvSeqRemove ( _
	seq As IntPtr, _
	index As Integer _
)
public:
static void cvSeqRemove(
	IntPtr seq, 
	int index
)

Parameters

seq
IntPtr
Sequence
index
Int32
Index of removed element

See Also