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( float[] value ) |
Visual Basic |
---|
Public Sub Push ( _ value As Single() _ ) |
Visual C++ |
---|
public: void Push( array<float>^ value ) |
Parameters
- value
- Type: array<System..::..Single>[]()[][]
The value to be pushed to the vector