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

Method MaxNumKeypoints

src/colmap/scene/database_sqlite.cc:611–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609 }
610
611 size_t MaxNumKeypoints() const override {
612 return MaxColumn("rows", "keypoints");
613 }
614
615 size_t NumKeypointsForImage(const image_t image_id) const override {
616 return CountRowsForEntry(sql_stmt_num_keypoints_, image_id);

Callers 1

TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.36