Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetKeyPointsCount
Method
GetKeyPointsCount
generator/feature_merger.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
size_t MergedFeatureBuilder::GetKeyPointsCount() const
104
{
105
return m_roundBounds[0].size() + m_roundBounds[1].size() + 2;
106
}
107
108
double MergedFeatureBuilder::GetSquaredLength() const
109
{
Callers
1
DoMerge
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected