Save the matrix to the given file
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public 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