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

Method ExistsImageWithName

src/pycolmap/scene/database.cc:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 bool ExistsImageWithName(const std::string& name) const override {
65 PYBIND11_OVERRIDE_PURE(bool, Database, ExistsImageWithName, name);
66 }
67
68 bool ExistsPosePrior(pose_prior_t pose_prior_id,
69 bool is_deprecated_image_prior = true) const override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected