Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ NumKeypointsForImage
Method
NumKeypointsForImage
src/colmap/scene/database_sqlite.cc:615–617 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
613
}
614
615
size_t NumKeypointsForImage(const image_t image_id) const override {
616
return CountRowsForEntry(sql_stmt_num_keypoints_, image_id);
617
}
618
619
size_t NumDescriptors() const override {
620
return SumColumn(
"rows"
,
"descriptors"
);
Callers
1
TEST_P
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_P
Function · 0.36