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

Method ExistsFrame

src/colmap/scene/database_sqlite.cc:559–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557 }
558
559 bool ExistsFrame(const frame_t frame_id) const override {
560 return ExistsRowId(sql_stmt_exists_frame_, frame_id);
561 }
562
563 bool ExistsImage(const image_t image_id) const override {
564 return ExistsRowId(sql_stmt_exists_image_id_, image_id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected