VectorOfVectorOfERStatPush Method (VectorOfERStat) |
http://www.emgu.com
Push a value into the standard vector
Namespace:
Emgu.CV.Text
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic void Push(
VectorOfERStat value
)
Public Sub Push (
value As VectorOfERStat
)
public:
void Push(
VectorOfERStat^ value
)
member Push :
value : VectorOfERStat -> unit
Parameters
- value
- Type: Emgu.CV.TextVectorOfERStat
The value to be pushed to the vector
See Also