| 176 | } |
| 177 | |
| 178 | bool FeatureMatcherCache::ExistsTwoViewGeometry(const image_t image_id1, |
| 179 | const image_t image_id2) { |
| 180 | std::lock_guard<std::mutex> lock(database_mutex_); |
| 181 | return database_->ExistsTwoViewGeometry(image_id1, image_id2); |
| 182 | } |
| 183 | |
| 184 | bool FeatureMatcherCache::ExistsInlierMatches(const image_t image_id1, |
| 185 | const image_t image_id2) { |