Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UZ-SLAMLab/ORB_SLAM3
/ KeyframesInQueue
Method
KeyframesInQueue
include/LocalMapping.h:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
bool isFinished();
73
74
int KeyframesInQueue(){
75
unique_lock<std::mutex> lock(mMutexNewKFs);
76
return mlNewKeyFrames.size();
77
}
78
79
bool IsInitializing();
80
double GetCurrKFTime();
Callers
1
NeedNewKeyFrame
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected