http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Push multiple elements to the sequence
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void PushMulti( T[] data, BACK_OR_FRONT backOrFront ) |
Visual Basic |
---|
Public Sub PushMulti ( _ data As T(), _ backOrFront As BACK_OR_FRONT _ ) |
Visual C++ |
---|
public: void PushMulti( array<T>^ data, BACK_OR_FRONT backOrFront ) |
Parameters
- data
- Type: array<T>[]()[][]
The data to push to the sequence
- backOrFront
- Type: Emgu.CV.CvEnum..::..BACK_OR_FRONT
Specify if pushing to the back or front