| 1260 | } |
| 1261 | |
| 1262 | void WriteKeypoints(const image_t image_id, |
| 1263 | const FeatureKeypoints& keypoints) override { |
| 1264 | WriteKeypoints(image_id, FeatureKeypointsToBlob(keypoints)); |
| 1265 | } |
| 1266 | |
| 1267 | void WriteKeypoints(const image_t image_id, |
| 1268 | const FeatureKeypointsBlob& blob) override { |