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

Method ClearPosePriors

src/colmap/scene/database_sqlite.cc:1612–1616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1610 }
1611
1612 void ClearPosePriors() override {
1613 Sqlite3StmtContext context(sql_stmt_clear_pose_priors_);
1614 SQLITE3_CALL(sqlite3_step(sql_stmt_clear_pose_priors_));
1615 database_entry_deleted_ = true;
1616 }
1617
1618 void ClearDescriptors() override {
1619 Sqlite3StmtContext context(sql_stmt_clear_descriptors_);

Callers 2

TEST_PFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.36
TESTFunction · 0.36