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

Method ExistsMatches

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

Source from the content-addressed store, hash-verified

583 }
584
585 bool ExistsMatches(const image_t image_id1,
586 const image_t image_id2) const override {
587 return ExistsRowId(sql_stmt_exists_matches_,
588 ImagePairToPairId(image_id1, image_id2));
589 }
590
591 bool ExistsTwoViewGeometry(const image_t image_id1,
592 const image_t image_id2) const override {

Callers 2

TEST_PFunction · 0.45

Calls 1

ImagePairToPairIdFunction · 0.85

Tested by 1

TEST_PFunction · 0.36