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

Method WriteTwoViewGeometry

src/colmap/controllers/matcher_cache.cc:209–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void 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
217void FeatureMatcherCache::DeleteMatches(const image_t image_id1,
218 const image_t image_id2) {

Callers 8

MatchMethod · 0.45
VerifyMethod · 0.45
RigVerificationFunction · 0.45
RunMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36