| 287 | } |
| 288 | |
| 289 | pose_prior_t WritePosePrior(const PosePrior& pose_prior, |
| 290 | bool use_pose_prior_id = false) override { |
| 291 | PYBIND11_OVERRIDE_PURE( |
| 292 | pose_prior_t, Database, WritePosePrior, pose_prior, use_pose_prior_id); |
| 293 | } |
| 294 | |
| 295 | void WriteKeypoints(image_t image_id, |
| 296 | const FeatureKeypoints& keypoints) override { |