VectorOfERStat Constructor (Int32) |
http://www.emgu.com
Create an standard vector of ERStat of the specific size
Namespace: Emgu.CV.TextAssembly: Emgu.CV.Contrib (in Emgu.CV.Contrib.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic VectorOfERStat(
int size
)
Public Sub New (
size As Integer
)
public:
VectorOfERStat(
int size
)
new :
size : int -> VectorOfERStat
Parameters
- size
- Type: SystemInt32
The size of the vector
See Also