| 79 | } |
| 80 | |
| 81 | bool ExistsDescriptors(image_t image_id) const override { |
| 82 | PYBIND11_OVERRIDE_PURE(bool, Database, ExistsDescriptors, image_id); |
| 83 | } |
| 84 | |
| 85 | bool ExistsMatches(image_t image_id1, image_t image_id2) const override { |
| 86 | PYBIND11_OVERRIDE_PURE(bool, Database, ExistsMatches, image_id1, image_id2); |
nothing calls this directly
no outgoing calls
no test coverage detected