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

Method ExistsImageWithName

src/colmap/scene/database_sqlite.cc:567–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565 }
566
567 bool ExistsImageWithName(const std::string& name) const override {
568 return ExistsRowString(sql_stmt_exists_image_name_, name);
569 }
570
571 bool ExistsPosePrior(const pose_prior_t pose_prior_id,
572 bool is_deprecated_image_prior) const override {

Callers 2

MergeMethod · 0.45
NextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected