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

Method ClearMatches

src/pycolmap/scene/database.cc:425–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423 }
424
425 void ClearMatches() override {
426 PYBIND11_OVERRIDE_PURE(void, Database, ClearMatches);
427 }
428
429 void ClearTwoViewGeometries() override {
430 PYBIND11_OVERRIDE_PURE(void, Database, ClearTwoViewGeometries);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected