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

Method ExistsTwoViewGeometry

src/pycolmap/scene/database.cc:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 bool ExistsTwoViewGeometry(image_t image_id1,
90 image_t image_id2) const override {
91 PYBIND11_OVERRIDE_PURE(
92 bool, Database, ExistsTwoViewGeometry, image_id1, image_id2);
93 }
94
95 size_t NumRigs() const override {
96 PYBIND11_OVERRIDE_PURE(size_t, Database, NumRigs);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected