Removes several elements from the either end of sequence
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void SeqPopMulti<T>( CvSeq seq, out T[] elements, int count, InsertPosition inFront ) where T : struct, new()
Parameters
- seq
- Type: OpenCvSharpCvSeq
Sequence. - elements
- Type: T
Removed elements. - count
- Type: SystemInt32
Number of elements to pop. - inFront
- Type: OpenCvSharpInsertPosition
The flags specifying the modified sequence end
Type Parameters
- T
- Element type
See Also