VectorOfVectorOfIntPush Method (VectorOfInt) |
http://www.emgu.com
Push multiple values into the standard vector
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void Push(
VectorOfInt[] values
)
Public Sub Push (
values As VectorOfInt()
)
public:
void Push(
array<VectorOfInt^>^ values
)
member Push :
values : VectorOfInt[] -> unit
Parameters
- values
- Type: Emgu.CV.UtilVectorOfInt
The values to be pushed to the vector
See Also