Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UZ-SLAMLab/ORB_SLAM3
/ lId
Method
lId
include/KeyFrame.h:282–284 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
280
}
281
282
static bool lId(KeyFrame* pKF1, KeyFrame* pKF2){
283
return pKF1->mnId<pKF2->mnId;
284
}
285
286
Map* GetMap();
287
void UpdateMap(Map* pMap);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected