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

Method ExistsTwoViewGeometry

src/colmap/controllers/matcher_cache.cc:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178bool FeatureMatcherCache::ExistsTwoViewGeometry(const image_t image_id1,
179 const image_t image_id2) {
180 std::lock_guard<std::mutex> lock(database_mutex_);
181 return database_->ExistsTwoViewGeometry(image_id1, image_id2);
182}
183
184bool FeatureMatcherCache::ExistsInlierMatches(const image_t image_id1,
185 const image_t image_id2) {

Callers 6

MatchMethod · 0.45
VerifyMethod · 0.45
RunMethod · 0.45
ExistsInlierMatchesMethod · 0.45
TESTFunction · 0.45
ReloadMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36