Convert the matrix into a 2D array
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public float[,] ToArray()
Public Function ToArray As Single(,)
public:
array<float,2>^ ToArray()
Return Value
Type:
SingleA new 2D array, holding the values of the matrix
See Also