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