VectorOfVectorOfInt Constructor (VectorOfInt) |
http://www.emgu.com
Create an standard vector of VectorOfInt with the initial values
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic VectorOfVectorOfInt(
params VectorOfInt[] values
)
Public Sub New (
ParamArray values As VectorOfInt()
)
public:
VectorOfVectorOfInt(
... array<VectorOfInt^>^ values
)
new :
values : VectorOfInt[] -> VectorOfVectorOfInt
Parameters
- values
- Type: Emgu.CV.UtilVectorOfInt
The initial values
See Also