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

Method GetTwoViewGeometry

src/colmap/controllers/matcher_cache.cc:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123TwoViewGeometry FeatureMatcherCache::GetTwoViewGeometry(
124 const image_t image_id1, const image_t image_id2) {
125 std::lock_guard<std::mutex> lock(database_mutex_);
126 return database_->ReadTwoViewGeometry(image_id1, image_id2);
127}
128
129std::vector<frame_t> FeatureMatcherCache::GetFrameIds() {
130 MaybeLoadFrames();

Callers 2

VerifyMethod · 0.80
TESTFunction · 0.80

Calls 1

ReadTwoViewGeometryMethod · 0.45

Tested by 1

TESTFunction · 0.64