CvSeqPushT Method (T) OpenCvSharp Class Library
Adds element to sequence end (cvSeqPush).

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

public virtual T Push<T>(
	T element
)
where T : struct, new()

Parameters

element
Type: T
Added element.

Type Parameters

T
Element type

Return Value

Type: T
pointer to the allocated element.
See Also

Reference