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

Method AddMapPoint

src/KeyFrame.cc:297–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297void KeyFrame::AddMapPoint(MapPoint *pMP, const size_t &idx)
298{
299 unique_lock<mutex> lock(mMutexFeatures);
300 mvpMapPoints[idx]=pMP;
301}
302
303void KeyFrame::EraseMapPointMatch(const int &idx)
304{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected