| 835 | } |
| 836 | |
| 837 | FeatureKeypoints ReadKeypoints(const image_t image_id) const override { |
| 838 | return FeatureKeypointsFromBlob(ReadKeypointsBlob(image_id)); |
| 839 | } |
| 840 | |
| 841 | FeatureDescriptors ReadDescriptors(const image_t image_id) const override { |
| 842 | Sqlite3StmtContext context(sql_stmt_read_descriptors_); |