http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Push an array of value into the standard vector
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void Push( MDMatch[] value ) |
Visual Basic |
---|
Public Sub Push ( _ value As MDMatch() _ ) |
Visual C++ |
---|
public: void Push( array<MDMatch>^ value ) |
Parameters
- value
- Type: array<Emgu.CV.Structure..::..MDMatch>[]()[][]
The value to be pushed to the vector