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

Method ClearDescriptors

src/pycolmap/scene/database.cc:417–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415 }
416
417 void ClearDescriptors() override {
418 PYBIND11_OVERRIDE_PURE(void, Database, ClearDescriptors);
419 }
420
421 void ClearKeypoints() override {
422 PYBIND11_OVERRIDE_PURE(void, Database, ClearKeypoints);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected