SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
Go to the source code of this file.
Functions | |
void | buildMatching (std::vector< WAIKeyFrame * > &kfs, std::map< WAIKeyFrame *, std::map< size_t, size_t >> &KFmatching) |
void | saveKeyFrames (std::vector< WAIKeyFrame * > &kfs, std::map< WAIKeyFrame *, std::map< size_t, size_t >> &KFmatching, cv::FileStorage &fs, std::string imgDir, bool saveBOW) |
void | saveMapPoints (std::vector< WAIMapPoint * > mpts, std::map< WAIKeyFrame *, std::map< size_t, size_t >> &KFmatching, cv::FileStorage &fs) |
void buildMatching | ( | std::vector< WAIKeyFrame * > & | kfs, |
std::map< WAIKeyFrame *, std::map< size_t, size_t >> & | KFmatching | ||
) |
Definition at line 54 of file WAIMapStorage.cpp.
void saveKeyFrames | ( | std::vector< WAIKeyFrame * > & | kfs, |
std::map< WAIKeyFrame *, std::map< size_t, size_t >> & | KFmatching, | ||
cv::FileStorage & | fs, | ||
std::string | imgDir, | ||
bool | saveBOW | ||
) |
Definition at line 81 of file WAIMapStorage.cpp.
void saveMapPoints | ( | std::vector< WAIMapPoint * > | mpts, |
std::map< WAIKeyFrame *, std::map< size_t, size_t >> & | KFmatching, | ||
cv::FileStorage & | fs | ||
) |
Definition at line 213 of file WAIMapStorage.cpp.