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 file_version) |
| template<class Archive > | |
| void | serialize (Archive &ar, DBoW2::BowVector &BowVec, const unsigned int file_version) |
| template<class Archive > | |
| void | serialize (Archive &ar, DBoW2::FeatureVector &FeatVec, const unsigned int file_version) |
| template<class Archive > | |
| void | serialize (Archive &ar,::cv::KeyPoint &kf, const unsigned int file_version) |
| void boost::serialization::load | ( | Archive & | ar, |
| ::cv::Mat & | m, | ||
| const unsigned int | version | ||
| ) |
Definition at line 77 of file BoostArchiver.h.
| void boost::serialization::save | ( | Archive & | ar, |
| const ::cv::Mat & | m, | ||
| const unsigned int | file_version | ||
| ) |
Definition at line 60 of file BoostArchiver.h.
| void boost::serialization::serialize | ( | Archive & | ar, |
| DBoW2::BowVector & | BowVec, | ||
| const unsigned int | file_version | ||
| ) |
Definition at line 35 of file BoostArchiver.h.
| void boost::serialization::serialize | ( | Archive & | ar, |
| DBoW2::FeatureVector & | FeatVec, | ||
| const unsigned int | file_version | ||
| ) |
Definition at line 41 of file BoostArchiver.h.
| void boost::serialization::serialize | ( | Archive & | ar, |
| ::cv::KeyPoint & | kf, | ||
| const unsigned int | file_version | ||
| ) |
Definition at line 48 of file BoostArchiver.h.