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

Method ReadNumMatches

src/pycolmap/scene/database.cc:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 PYBIND11_OVERRIDE_PURE(ReturnType, Database, ReadAllMatches);
247 }
248 std::vector<std::pair<image_pair_t, int>> ReadNumMatches() const override {
249 using ReturnType = std::vector<std::pair<image_pair_t, int>>;
250 PYBIND11_OVERRIDE_PURE(ReturnType, Database, ReadNumMatches);
251 }
252
253 TwoViewGeometry ReadTwoViewGeometry(image_t image_id1,
254 image_t image_id2) const override {

Callers 1

BindDatabaseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected