#include "KeyFrameDatabase.h"
◆ KeyFrameDatabase()
| ORB_SLAM2::KeyFrameDatabase::KeyFrameDatabase |
( |
const ORBVocabulary & |
voc | ) |
|
◆ add()
| void ORB_SLAM2::KeyFrameDatabase::add |
( |
KeyFrame * |
pKF | ) |
|
◆ clear()
| void ORB_SLAM2::KeyFrameDatabase::clear |
( |
| ) |
|
◆ DetectLoopCandidates()
| std::vector<KeyFrame *> ORB_SLAM2::KeyFrameDatabase::DetectLoopCandidates |
( |
KeyFrame * |
pKF, |
|
|
float |
minScore |
|
) |
| |
◆ DetectRelocalizationCandidates()
| std::vector<KeyFrame*> ORB_SLAM2::KeyFrameDatabase::DetectRelocalizationCandidates |
( |
Frame * |
F | ) |
|
◆ erase()
| void ORB_SLAM2::KeyFrameDatabase::erase |
( |
KeyFrame * |
pKF | ) |
|
◆ mMutex
| std::mutex ORB_SLAM2::KeyFrameDatabase::mMutex |
|
protected |
◆ mpVoc
◆ mvInvertedFile
| std::vector<list<KeyFrame*> > ORB_SLAM2::KeyFrameDatabase::mvInvertedFile |
|
protected |
The documentation for this class was generated from the following file: