| 207 | } |
| 208 | |
| 209 | void FeatureMatcherCache::WriteTwoViewGeometry( |
| 210 | const image_t image_id1, |
| 211 | const image_t image_id2, |
| 212 | const TwoViewGeometry& two_view_geometry) { |
| 213 | std::lock_guard<std::mutex> lock(database_mutex_); |
| 214 | database_->WriteTwoViewGeometry(image_id1, image_id2, two_view_geometry); |
| 215 | } |
| 216 | |
| 217 | void FeatureMatcherCache::DeleteMatches(const image_t image_id1, |
| 218 | const image_t image_id2) { |