Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ NumMatchedImagePairs
Method
NumMatchedImagePairs
src/colmap/scene/database_sqlite.cc:637–637 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
635
}
636
637
size_t NumMatchedImagePairs() const override { return CountRows(
"matches"
); }
638
639
size_t NumVerifiedImagePairs() const override {
640
return CountRows(
"two_view_geometries"
);
Callers
2
TEST_P
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST_P
Function · 0.36
TEST
Function · 0.36