Functions | |
template<class Archive > | |
void | load (Archive &ar, Mat &m, const unsigned int version) |
template<class Archive > | |
void | save (Archive &ar, const Mat &m, const unsigned int version) |
void boost::serialization::load | ( | Archive & | ar, |
Mat & | m, | ||
const unsigned int | version | ||
) |
Serialization support for cv::Mat
Definition at line 33 of file serialization.h.
void boost::serialization::save | ( | Archive & | ar, |
const Mat & | m, | ||
const unsigned int | version | ||
) |
Serialization support for cv::Mat
Definition at line 18 of file serialization.h.