| 589 | } |
| 590 | |
| 591 | bool ExistsTwoViewGeometry(const image_t image_id1, |
| 592 | const image_t image_id2) const override { |
| 593 | return ExistsRowId(sql_stmt_exists_two_view_geometry_, |
| 594 | ImagePairToPairId(image_id1, image_id2)); |
| 595 | } |
| 596 | |
| 597 | size_t NumRigs() const override { return CountRows("rigs"); } |
| 598 |