MCPcopy Create free account
hub / github.com/UZ-SLAMLab/ORB_SLAM3 / KeyFrameDatabase

Method KeyFrameDatabase

src/KeyFrameDatabase.cc:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30{
31
32KeyFrameDatabase::KeyFrameDatabase (const ORBVocabulary &voc):
33 mpVoc(&voc)
34{
35 mvInvertedFile.resize(voc.size());
36}
37
38
39void KeyFrameDatabase::add(KeyFrame *pKF)

Callers

nothing calls this directly

Calls 2

resizeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected