| 583 | } |
| 584 | |
| 585 | bool ExistsMatches(const image_t image_id1, |
| 586 | const image_t image_id2) const override { |
| 587 | return ExistsRowId(sql_stmt_exists_matches_, |
| 588 | ImagePairToPairId(image_id1, image_id2)); |
| 589 | } |
| 590 | |
| 591 | bool ExistsTwoViewGeometry(const image_t image_id1, |
| 592 | const image_t image_id2) const override { |