Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
KeyFrame* MapPoint::GetReferenceKeyFrame()
136
{
137
unique_lock<mutex> lock(mMutexFeatures);
138
return mpRefKF;
139
}
140
141
void MapPoint::AddObservation(KeyFrame* pKF, int idx)
142
{
Callers
5
InitializeIMU
Method · 0.80
OptimizeEssentialGraph
Method · 0.80
OptimizeEssentialGraph4DoF
Method · 0.80
MergeLocal
Method · 0.80
RunGlobalBundleAdjustment
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected