| 1514 | } |
| 1515 | |
| 1516 | void UpdateKeypoints(image_t image_id, |
| 1517 | const FeatureKeypoints& keypoints) override { |
| 1518 | UpdateKeypoints(image_id, FeatureKeypointsToBlob(keypoints)); |
| 1519 | } |
| 1520 | |
| 1521 | void UpdateKeypoints(image_t image_id, |
| 1522 | const FeatureKeypointsBlob& blob) override { |