Push an array of value into the standard vector
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1062 (2.2.1.1062)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public void Push(
float[] value
)
Public Sub Push ( _
value As Single() _
)
public:
void Push(
array<float>^ value
)
Parameters
- value
- array<Single>[]()[][]
The value to be pushed to the vector
See Also