Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
KeyFrameDatabase::KeyFrameDatabase (const ORBVocabulary &voc):
33
mpVoc(&voc)
34
{
35
mvInvertedFile.resize(voc.size());
36
}
37
38
39
void KeyFrameDatabase::add(KeyFrame *pKF)
Callers
nothing calls this directly
Calls
2
resize
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected