Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ NumMatches
Method
NumMatches
src/colmap/scene/database_sqlite.cc:631–631 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
629
}
630
631
size_t NumMatches() const override { return SumColumn(
"rows"
,
"matches"
); }
632
633
size_t NumInlierMatches() const override {
634
return SumColumn(
"rows"
,
"two_view_geometries"
);
Callers
1
TEST_P
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_P
Function · 0.36