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

Method clear

src/KeyFrameDatabase.cc:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void KeyFrameDatabase::clear()
69{
70 mvInvertedFile.clear();
71 mvInvertedFile.resize(mpVoc->size());
72}
73
74void KeyFrameDatabase::clearMap(Map* pMap)
75{

Callers 1

SetORBVocabularyMethod · 0.45

Calls 2

resizeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected