MatOfPoint3fFromArray Method (Point3f) OpenCvSharp Class Library
Initializes as N x 1 matrix and copys array data to this

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static MatOfPoint3f FromArray(
	params Point3f[] arr
)

Parameters

arr
Type: OpenCvSharp.CPlusPlusPoint3f
Source array data to be copied to this

Return Value

Type: MatOfPoint3f

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.MatOfPoint3f.FromArray(OpenCvSharp.CPlusPlus.Point3f[])"]

See Also

Reference