Direct Graphical Models
v.1.7.0
|
OpenCV Mat Serialization class. More...
Functions | |
void | to (const std::string &fileName, const Mat &m) |
Saves matrix m into the file fileName. More... | |
Mat | from (const std::string &fileName) |
Loads the matrix from file filename. More... | |
OpenCV Mat Serialization class.
Mat DirectGraphicalModels::Serialize::from | ( | const std::string & | fileName | ) |
Loads the matrix from file filename.
fileName | The full path to the source file |
Definition at line 59 of file serialize.h.
void DirectGraphicalModels::Serialize::to | ( | const std::string & | fileName, |
const Mat & | m | ||
) |
Saves matrix m into the file fileName.
fileName | The full path to the destination file |
m | Matrix to be saved |
Definition at line 22 of file serialize.h.