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

Method GetMapPoint

src/KeyFrame.cc:373–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373MapPoint* KeyFrame::GetMapPoint(const size_t &idx)
374{
375 unique_lock<mutex> lock(mMutexFeatures);
376 return mvpMapPoints[idx];
377}
378
379void KeyFrame::UpdateConnections(bool upParent)
380{

Callers 4

FuseMethod · 0.80
LocalBundleAdjustmentMethod · 0.80
CorrectLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected