Click or drag to resize

MatOfPoint3iFromArray Method (Point3i)

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static MatOfPoint3i FromArray(
	Point3i[,] arr
)

Parameters

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

Return Value

Type: MatOfPoint3i
See Also