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

Method ClearDescriptors

src/colmap/scene/database_sqlite.cc:1618–1622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1616 }
1617
1618 void ClearDescriptors() override {
1619 Sqlite3StmtContext context(sql_stmt_clear_descriptors_);
1620 SQLITE3_CALL(sqlite3_step(sql_stmt_clear_descriptors_));
1621 database_entry_deleted_ = true;
1622 }
1623
1624 void ClearKeypoints() override {
1625 Sqlite3StmtContext context(sql_stmt_clear_keypoints_);

Callers 2

TEST_PFunction · 0.45
RunDatabaseCleanerFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.36