CvSeqPush Method (CvSeq) OpenCvSharp Class Library
allocates a space for one more element.

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

public static IntPtr SeqPush(
	CvSeq seq
)

Parameters

seq
Type: OpenCvSharpCvSeq
Sequence.

Return Value

Type: IntPtr
pointer to the allocated element.
See Also

Reference