VectorOfERStatPush Method |
http://www.emgu.com
Push an array of value into the standard vector
Namespace: Emgu.CV.TextAssembly: Emgu.CV.Contrib (in Emgu.CV.Contrib.dll) Version: 3.0.0.2161 (3.0.0.2161)
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