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