http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Pop multiple elements from the sequence
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public T[] PopMulti( int count, BACK_OR_FRONT backOrFront ) |
Visual Basic |
---|
Public Function PopMulti ( _ count As Integer, _ backOrFront As BACK_OR_FRONT _ ) As T() |
Visual C++ |
---|
public: array<T>^ PopMulti( int count, BACK_OR_FRONT backOrFront ) |
Parameters
- count
- Type: System..::..Int32
The number of elements to be poped
- backOrFront
- Type: Emgu.CV.CvEnum..::..BACK_OR_FRONT
The location the pop operation is started