| 876 | } |
| 877 | |
| 878 | FeatureMatches ReadMatches(image_t image_id1, |
| 879 | image_t image_id2) const override { |
| 880 | return FeatureMatchesFromBlob(ReadMatchesBlob(image_id1, image_id2)); |
| 881 | } |
| 882 | |
| 883 | std::vector<std::pair<image_pair_t, FeatureMatchesBlob>> ReadAllMatchesBlob() |
| 884 | const override { |