MatOfPoint3dFromArray Method (Point3d) OpenCvSharp Class Library
Initializes as M x N 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 MatOfPoint3d FromArray(
	Point3d[,] arr
)

Parameters

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

Return Value

Type: MatOfPoint3d

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.MatOfPoint3d.FromArray(OpenCvSharp.CPlusPlus.Point3d[0:,0:])"]

See Also

Reference