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

Method ExistsDescriptors

src/colmap/scene/database_sqlite.cc:581–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579 }
580
581 bool ExistsDescriptors(const image_t image_id) const override {
582 return ExistsRowId(sql_stmt_exists_descriptors_, image_id);
583 }
584
585 bool ExistsMatches(const image_t image_id1,
586 const image_t image_id2) const override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected