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

Method NumMatchedImagePairs

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

Source from the content-addressed store, hash-verified

635 }
636
637 size_t NumMatchedImagePairs() const override { return CountRows("matches"); }
638
639 size_t NumVerifiedImagePairs() const override {
640 return CountRows("two_view_geometries");

Callers 2

TEST_PFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.36
TESTFunction · 0.36