| 1287 | } |
| 1288 | |
| 1289 | void WriteMatches(const image_t image_id1, |
| 1290 | const image_t image_id2, |
| 1291 | const FeatureMatches& matches) override { |
| 1292 | WriteMatches(image_id1, image_id2, FeatureMatchesToBlob(matches)); |
| 1293 | } |
| 1294 | |
| 1295 | void WriteMatches(const image_t image_id1, |
| 1296 | const image_t image_id2, |