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

Method ExistsCamera

src/colmap/scene/database_sqlite.cc:555–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553 }
554
555 bool ExistsCamera(const camera_t camera_id) const override {
556 return ExistsRowId(sql_stmt_exists_camera_, camera_id);
557 }
558
559 bool ExistsFrame(const frame_t frame_id) const override {
560 return ExistsRowId(sql_stmt_exists_frame_, frame_id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected