| VectorOfVectorOfPoint Constructor (VectorOfPoint) |
http://www.emgu.com
Create an standard vector of VectorOfPoint 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 VectorOfVectorOfPoint(
params VectorOfPoint[] values
)
Public Sub New (
ParamArray values As VectorOfPoint()
)
public:
VectorOfVectorOfPoint(
... array<VectorOfPoint^>^ values
)
new :
values : VectorOfPoint[] -> VectorOfVectorOfPointParameters
- values
- Type: Emgu.CV.UtilVectorOfPoint
The initial values
See Also