CvSeqPopT Method (CvSeq, T) OpenCvSharp Class Library
Removes element from sequence end

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

public static void SeqPop<T>(
	CvSeq seq,
	out T element
)
where T : struct, new()

Parameters

seq
Type: OpenCvSharpCvSeq
Sequence.
element
Type: T
copied the removed element to this location.

Type Parameters

T
Element type
See Also

Reference