Click or drag to resize
VectorOfCvStringPush Method (CvString)
http://www.emgu.com
Push a value into the standard vector

Namespace: Emgu.CV.Util
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void Push(
	CvString value
)

Parameters

value
Type: Emgu.CVCvString
The value to be pushed to the vector
See Also