#include <KeyFrameDatabase.h>
Definition at line 42 of file KeyFrameDatabase.h.
ORB_SLAM2::KeyFrameDatabase::KeyFrameDatabase |
( |
const ORBVocabulary & |
voc | ) |
|
void ORB_SLAM2::KeyFrameDatabase::add |
( |
KeyFrame * |
pKF | ) |
|
void ORB_SLAM2::KeyFrameDatabase::clear |
( |
| ) |
|
std::vector<KeyFrame *> ORB_SLAM2::KeyFrameDatabase::DetectLoopCandidates |
( |
KeyFrame * |
pKF, |
|
|
float |
minScore |
|
) |
| |
std::vector<KeyFrame*> ORB_SLAM2::KeyFrameDatabase::DetectRelocalizationCandidates |
( |
Frame * |
F | ) |
|
void ORB_SLAM2::KeyFrameDatabase::erase |
( |
KeyFrame * |
pKF | ) |
|
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 file: