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