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