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

Method GetReferenceKeyFrame

src/MapPoint.cc:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133
134
135KeyFrame* MapPoint::GetReferenceKeyFrame()
136{
137 unique_lock<mutex> lock(mMutexFeatures);
138 return mpRefKF;
139}
140
141void MapPoint::AddObservation(KeyFrame* pKF, int idx)
142{

Callers 5

InitializeIMUMethod · 0.80
MergeLocalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected