#include <KeyFrameDatabase.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 43 of file KeyFrameDatabase.h.
ORB_SLAM2::KeyFrameDatabase::KeyFrameDatabase |
( |
const ORBVocabulary & |
voc | ) |
|
ORB_SLAM2::KeyFrameDatabase::KeyFrameDatabase |
( |
| ) |
|
|
inline |
void ORB_SLAM2::KeyFrameDatabase::add |
( |
KeyFrame * |
pKF | ) |
|
void ORB_SLAM2::KeyFrameDatabase::clear |
( |
| ) |
|
vector< KeyFrame * > ORB_SLAM2::KeyFrameDatabase::DetectLoopCandidates |
( |
KeyFrame * |
pKF, |
|
|
float |
minScore |
|
) |
| |
vector< KeyFrame * > ORB_SLAM2::KeyFrameDatabase::DetectRelocalizationCandidates |
( |
Frame * |
F | ) |
|
void ORB_SLAM2::KeyFrameDatabase::erase |
( |
KeyFrame * |
pKF | ) |
|
template<class Archive >
template void ORB_SLAM2::KeyFrameDatabase::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
void ORB_SLAM2::KeyFrameDatabase::SetORBvocabulary |
( |
ORBVocabulary * |
porbv | ) |
|
|
inline |
friend class boost::serialization::access |
|
friend |
std::mutex ORB_SLAM2::KeyFrameDatabase::mMutex |
|
protected |
std::vector<list<KeyFrame*> > ORB_SLAM2::KeyFrameDatabase::mvInvertedFile |
|
protected |
The documentation for this class was generated from the following files: