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

Method ReadMatches

src/colmap/scene/database_sqlite.cc:878–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

876 }
877
878 FeatureMatches ReadMatches(image_t image_id1,
879 image_t image_id2) const override {
880 return FeatureMatchesFromBlob(ReadMatchesBlob(image_id1, image_id2));
881 }
882
883 std::vector<std::pair<image_pair_t, FeatureMatchesBlob>> ReadAllMatchesBlob()
884 const override {

Callers 4

TEST_PFunction · 0.45
GetMatchesMethod · 0.45
ReestimateRelativePosesFunction · 0.45
ReloadMethod · 0.45

Calls 1

FeatureMatchesFromBlobFunction · 0.85

Tested by 1

TEST_PFunction · 0.36