[This is preliminary documentation and is subject to change.]
Push multiple elements to the sequence
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
public void PushMulti( T[] data, BACK_OR_FRONT backOrFront )
Public Sub PushMulti ( _ data As T(), _ backOrFront As BACK_OR_FRONT _ )
public: void PushMulti( array<T>^ data, BACK_OR_FRONT backOrFront )
Parameters
- data
- array<
T
>[]()[]
The data to push to the sequence
- backOrFront
- BACK_OR_FRONT
Specify if pushing to the back or front