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

Method KeyFramesInMap

src/Atlas.cc:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185long unsigned Atlas::KeyFramesInMap()
186{
187 unique_lock<mutex> lock(mMutexAtlas);
188 return mpCurrentMap->KeyFramesInMap();
189}
190
191std::vector<KeyFrame*> Atlas::GetAllKeyFrames()
192{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected