CvSeqRemove Method OpenCvSharp Class Library
Removes element from sequence middle

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void SeqRemove(
	CvSeq seq,
	int index
)

Parameters

seq
Type: OpenCvSharpCvSeq
Sequence.
index
Type: SystemInt32
Index of removed element.
See Also

Reference