MCPcopy Create free account
hub / github.com/colmap/colmap / MaxNumDescriptors

Method MaxNumDescriptors

src/colmap/scene/database_sqlite.cc:623–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621 }
622
623 size_t MaxNumDescriptors() const override {
624 return MaxColumn("rows", "descriptors");
625 }
626
627 size_t NumDescriptorsForImage(const image_t image_id) const override {
628 return CountRowsForEntry(sql_stmt_num_descriptors_, image_id);

Callers 1

TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.36