| 192 | } |
| 193 | |
| 194 | void FeatureMatcherCache::UpdateTwoViewGeometry( |
| 195 | const image_t image_id1, |
| 196 | const image_t image_id2, |
| 197 | const TwoViewGeometry& two_view_geometry) { |
| 198 | std::lock_guard<std::mutex> lock(database_mutex_); |
| 199 | database_->UpdateTwoViewGeometry(image_id1, image_id2, two_view_geometry); |
| 200 | } |
| 201 | |
| 202 | void FeatureMatcherCache::WriteMatches(const image_t image_id1, |
| 203 | const image_t image_id2, |
no outgoing calls