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

Method ClearImages

src/colmap/scene/database_sqlite.cc:1606–1610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1604 }
1605
1606 void ClearImages() override {
1607 Sqlite3StmtContext context(sql_stmt_clear_images_);
1608 SQLITE3_CALL(sqlite3_step(sql_stmt_clear_images_));
1609 database_entry_deleted_ = true;
1610 }
1611
1612 void ClearPosePriors() override {
1613 Sqlite3StmtContext context(sql_stmt_clear_pose_priors_);

Callers 2

TEST_PFunction · 0.45
RunDatabaseCleanerFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.36