| 221 | } |
| 222 | |
| 223 | void FeatureMatcherCache::DeleteTwoViewGeometry(const image_t image_id1, |
| 224 | const image_t image_id2) { |
| 225 | std::lock_guard<std::mutex> lock(database_mutex_); |
| 226 | database_->DeleteTwoViewGeometry(image_id1, image_id2); |
| 227 | } |
| 228 | |
| 229 | void FeatureMatcherCache::DeleteInlierMatches(const image_t image_id1, |
| 230 | const image_t image_id2) { |
no outgoing calls