VectorOfERStat Constructor (MCvERStat) |
http://www.emgu.com
Create an standard vector of ERStat with the initial values
Namespace: Emgu.CV.TextAssembly: Emgu.CV.Contrib (in Emgu.CV.Contrib.dll) Version: 3.0.0.2161 (3.0.0.2161)
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