VectorOfERStat Constructor (MCvERStat) |
http://www.emgu.com
Create an standard vector of ERStat with the initial values
Namespace:
Emgu.CV.Text
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic VectorOfERStat(
MCvERStat[] values
)
Public Sub New (
values As MCvERStat()
)
public:
VectorOfERStat(
array<MCvERStat>^ values
)
new :
values : MCvERStat[] -> VectorOfERStat
Parameters
- values
- Type: Emgu.CV.TextMCvERStat
The initial values
See Also