Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PeterFWS/Structure-PLP-SLAM
/ Score
Method
Score
src/PLPSLAM/solve/GCRANSAC/scoring_function.h:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
double value;
54
55
Score() : inlier_number(0),
56
value(0.0)
57
{
58
}
59
60
OLGA_INLINE bool operator<(const Score &score_)
61
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected