| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected