Save the matrix to the given file
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
Syntaxpublic void Save(
	string fileName
)
Public Sub Save ( 
	fileName As String
)
public:
void Save(
	String^ fileName
)
Parameters
- fileName
 - Type: SystemString
 
Remarks
The matrix is saved in YAML format.
See Also