Load the matrix from the given file
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public void Load(
string fileName
)
Public Sub Load (
fileName As String
)
public:
void Load(
String^ fileName
)
Parameters
- fileName
- Type: SystemString
Remarks
Loads the matrix into the object it was invoked on,
does not return a value.
See Also