| 236 | } |
| 237 | |
| 238 | std::vector<std::pair<image_pair_t, FeatureMatchesBlob>> ReadAllMatchesBlob() |
| 239 | const override { |
| 240 | using ReturnType = std::vector<std::pair<image_pair_t, FeatureMatchesBlob>>; |
| 241 | PYBIND11_OVERRIDE_PURE(ReturnType, Database, ReadAllMatchesBlob); |
| 242 | } |
| 243 | std::vector<std::pair<image_pair_t, FeatureMatches>> ReadAllMatches() |
| 244 | const override { |
| 245 | using ReturnType = std::vector<std::pair<image_pair_t, FeatureMatches>>; |