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