| 75 | } |
| 76 | |
| 77 | bool ExistsKeypoints(image_t image_id) const override { |
| 78 | PYBIND11_OVERRIDE_PURE(bool, Database, ExistsKeypoints, image_id); |
| 79 | } |
| 80 | |
| 81 | bool ExistsDescriptors(image_t image_id) const override { |
| 82 | PYBIND11_OVERRIDE_PURE(bool, Database, ExistsDescriptors, image_id); |
nothing calls this directly
no outgoing calls
no test coverage detected