Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UZ-SLAMLab/ORB_SLAM3
/ GetFound
Method
GetFound
include/MapPoint.h:140–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
void IncreaseFound(int n=1);
139
float GetFoundRatio();
140
inline int GetFound(){
141
return mnFound;
142
}
143
144
void ComputeDistinctiveDescriptors();
145
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected