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

Method SetInitKFid

src/Map.cc:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void Map::SetInitKFid(long unsigned int initKFif)
188{
189 unique_lock<mutex> lock(mMutexMap);
190 mnInitKFid = initKFif;
191}
192
193long unsigned int Map::GetMaxKFid()
194{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected