VectorOfVectorOfERStatPush Method (VectorOfERStat) |
http://www.emgu.com
Push multiple values into the standard vector
Namespace:
Emgu.CV.Text
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic void Push(
VectorOfERStat[] values
)
Public Sub Push (
values As VectorOfERStat()
)
public:
void Push(
array<VectorOfERStat^>^ values
)
member Push :
values : VectorOfERStat[] -> unit
Parameters
- values
- Type: Emgu.CV.TextVectorOfERStat
The values to be pushed to the vector
See Also