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

Method DeleteTwoViewGeometry

src/colmap/controllers/matcher_cache.cc:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223void 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
229void FeatureMatcherCache::DeleteInlierMatches(const image_t image_id1,
230 const image_t image_id2) {

Callers 4

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

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36