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

Method DeleteInlierMatches

src/pycolmap/scene/database.cc:388–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386 }
387
388 void DeleteInlierMatches(image_t image_id1, image_t image_id2) override {
389 PYBIND11_OVERRIDE_PURE(
390 void, Database, DeleteInlierMatches, image_id1, image_id2);
391 }
392
393 void ClearAllTables() override {
394 PYBIND11_OVERRIDE_PURE(void, Database, ClearAllTables);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected