| 246 | PYBIND11_OVERRIDE_PURE(ReturnType, Database, ReadAllMatches); |
| 247 | } |
| 248 | std::vector<std::pair<image_pair_t, int>> ReadNumMatches() const override { |
| 249 | using ReturnType = std::vector<std::pair<image_pair_t, int>>; |
| 250 | PYBIND11_OVERRIDE_PURE(ReturnType, Database, ReadNumMatches); |
| 251 | } |
| 252 | |
| 253 | TwoViewGeometry ReadTwoViewGeometry(image_t image_id1, |
| 254 | image_t image_id2) const override { |