Click or drag to resize
VectorOfPoint3D32FToArray Method
http://www.emgu.com
Convert the standard vector to an array of Point3D32F

Namespace: Emgu.CV.Util
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public MCvPoint3D32f[] ToArray()

Return Value

Type: MCvPoint3D32f
An array of Point3D32F
See Also