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

Method NumVerifiedImagePairs

src/colmap/scene/database_sqlite.cc:639–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637 size_t NumMatchedImagePairs() const override { return CountRows("matches"); }
638
639 size_t NumVerifiedImagePairs() const override {
640 return CountRows("two_view_geometries");
641 }
642
643 Rig ReadRig(const rig_t rig_id) const override {
644 Sqlite3StmtContext context(sql_stmt_read_rig_);

Callers 2

TEST_PFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.36
TESTFunction · 0.36