ORB SLA2
Public Member Functions | Protected Attributes | List of all members
ORB_SLAM2::KeyFrameDatabase Class Reference

Public Member Functions

 KeyFrameDatabase (const ORBVocabulary &voc)
 
void add (KeyFrame *pKF)
 
void erase (KeyFrame *pKF)
 
void clear ()
 
std::vector< KeyFrame * > DetectLoopCandidates (KeyFrame *pKF, float minScore)
 
std::vector< KeyFrame * > DetectRelocalizationCandidates (Frame *F)
 

Protected Attributes

const ORBVocabulary * mpVoc
 
std::vector< list< KeyFrame * > > mvInvertedFile
 
std::mutex mMutex
 

The documentation for this class was generated from the following files: