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