Removes several elements from the either end of sequence (cvSeqPopMulti).
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- count
- Type: SystemInt32
Number of elements to pop. - inFront
- Type: OpenCvSharpInsertPosition
The flags specifying the modified sequence end
Type Parameters
- T
- Element type
Return Value
Type: T[Missing <returns> documentation for "M:OpenCvSharp.CvSeq.PopMulti``1(System.Int32,OpenCvSharp.InsertPosition)"]
See Also