Interface IFileWriterMat
The inteface for writing a Mat into a file.
public interface IFileWriterMat
Methods
WriteFile(Mat, string)
Write the Mat into the file
bool WriteFile(Mat mat, string fileName)
Parameters
Returns
- bool
True if successful