Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
void KeyFrameDatabase::clear()
69
{
70
mvInvertedFile.clear();
71
mvInvertedFile.resize(mpVoc->size());
72
}
73
74
void KeyFrameDatabase::clearMap(Map* pMap)
75
{
Callers
1
SetORBVocabulary
Method · 0.45
Calls
2
resize
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected