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

Method ExistsTwoViewGeometry

src/colmap/scene/database_sqlite.cc:591–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589 }
590
591 bool ExistsTwoViewGeometry(const image_t image_id1,
592 const image_t image_id2) const override {
593 return ExistsRowId(sql_stmt_exists_two_view_geometry_,
594 ImagePairToPairId(image_id1, image_id2));
595 }
596
597 size_t NumRigs() const override { return CountRows("rigs"); }
598

Callers 2

TEST_PFunction · 0.45

Calls 1

ImagePairToPairIdFunction · 0.85

Tested by 1

TEST_PFunction · 0.36