Click or drag to resize

MatOfPoint3dFromArray Method (Point3d)

Initializes as N x 1 matrix and copys array data to this

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static MatOfPoint3d FromArray(
	params Point3d[] arr
)

Parameters

arr
Type: OpenCvSharpPoint3d
Source array data to be copied to this

Return Value

Type: MatOfPoint3d
See Also