Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UZ-SLAMLab/ORB_SLAM3
/ SetKeyFrameDatabase
Method
SetKeyFrameDatabase
src/KeyFrame.cc:1154–1157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1152
}
1153
1154
void KeyFrame::SetKeyFrameDatabase(KeyFrameDatabase* pKFDB)
1155
{
1156
mpKeyFrameDB = pKFDB;
1157
}
1158
1159
} //namespace ORB_SLAM
Callers
1
PostLoad
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected