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

Method ExistsImage

src/pycolmap/scene/database.cc:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 bool ExistsImage(image_t image_id) const override {
61 PYBIND11_OVERRIDE_PURE(bool, Database, ExistsImage, image_id);
62 }
63
64 bool ExistsImageWithName(const std::string& name) const override {
65 PYBIND11_OVERRIDE_PURE(bool, Database, ExistsImageWithName, name);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected