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

Method WriteMatches

src/colmap/scene/database_sqlite.cc:1289–1293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1287 }
1288
1289 void WriteMatches(const image_t image_id1,
1290 const image_t image_id2,
1291 const FeatureMatches& matches) override {
1292 WriteMatches(image_id1, image_id2, FeatureMatchesToBlob(matches));
1293 }
1294
1295 void WriteMatches(const image_t image_id1,
1296 const image_t image_id2,

Callers 4

TEST_PFunction · 0.45
TESTFunction · 0.45
MergeMethod · 0.45

Calls 5

FeatureMatchesToBlobFunction · 0.85
ImagePairToPairIdFunction · 0.85
ShouldSwapImagePairFunction · 0.85
SwapFeatureMatchesBlobFunction · 0.85
WriteDynamicMatrixBlobFunction · 0.85

Tested by 2

TEST_PFunction · 0.36
TESTFunction · 0.36