VectorOfERStatPush Method (MCvERStat) |
http://www.emgu.com
Push an array of value into the standard vector
Namespace:
Emgu.CV.Text
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic void Push(
MCvERStat[] value
)
Public Sub Push (
value As MCvERStat()
)
public:
void Push(
array<MCvERStat>^ value
)
member Push :
value : MCvERStat[] -> unit
Parameters
- value
- Type: Emgu.CV.TextMCvERStat
The value to be pushed to the vector
See Also