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

Method ClearKeypoints

src/pycolmap/scene/database.cc:421–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419 }
420
421 void ClearKeypoints() override {
422 PYBIND11_OVERRIDE_PURE(void, Database, ClearKeypoints);
423 }
424
425 void ClearMatches() override {
426 PYBIND11_OVERRIDE_PURE(void, Database, ClearMatches);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected