Interface IFileReaderMat
The inteface for reading a file into a Mat
public interface IFileReaderMat
Methods
ReadFile(string, Mat, ImreadModes)
Read the file into a Mat
bool ReadFile(string fileName, Mat mat, ImreadModes loadType)
Parameters
fileName
stringThe name of the file
mat
MatThe destination mat
loadType
ImreadModesThe image loading type
Returns
- bool
True if successful