Convert the matrix into a 2D array
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
Syntaxpublic 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