VectorOfCvStringPush Method (CvString) |
http://www.emgu.com
Push multiple values into the standard vector
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic void Push(
CvString[] values
)
Public Sub Push (
values As CvString()
)
public:
void Push(
array<CvString^>^ values
)
member Push :
values : CvString[] -> unit
Parameters
- values
- Type: Emgu.CVCvString
The values to be pushed to the vector
See Also