MCPcopy Create free account
hub / github.com/colmap/colmap / UpdateTwoViewGeometry

Method UpdateTwoViewGeometry

src/colmap/controllers/matcher_cache.cc:194–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void 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
202void FeatureMatcherCache::WriteMatches(const image_t image_id1,
203 const image_t image_id2,

Callers 6

TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
CalibrateViewGraphFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36