CvSeqTPop Method OpenCvSharp Class Library
Removes element from sequence end (cvSeqPop).

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

public virtual T Pop()

Return Value

Type: T
removed element
See Also

Reference