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