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

Method ClearKeypoints

src/colmap/scene/database_sqlite.cc:1624–1628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1622 }
1623
1624 void ClearKeypoints() override {
1625 Sqlite3StmtContext context(sql_stmt_clear_keypoints_);
1626 SQLITE3_CALL(sqlite3_step(sql_stmt_clear_keypoints_));
1627 database_entry_deleted_ = true;
1628 }
1629
1630 void ClearMatches() override {
1631 Sqlite3StmtContext context(sql_stmt_clear_matches_);

Callers 2

TEST_PFunction · 0.45
RunDatabaseCleanerFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.36