Click or drag to resize

VectorOfPoint3D32F Constructor (MCvPoint3D32f)

http://www.emgu.com
Create an standard vector of Point3D32F with the initial values

Namespace:  Emgu.CV.Util
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public VectorOfPoint3D32F(
	MCvPoint3D32f[] values
)

Parameters

values
Type: Emgu.CV.StructureMCvPoint3D32f
The initial values
See Also