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

Method ReadAllMatchesBlob

src/pycolmap/scene/database.cc:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 }
237
238 std::vector<std::pair<image_pair_t, FeatureMatchesBlob>> ReadAllMatchesBlob()
239 const override {
240 using ReturnType = std::vector<std::pair<image_pair_t, FeatureMatchesBlob>>;
241 PYBIND11_OVERRIDE_PURE(ReturnType, Database, ReadAllMatchesBlob);
242 }
243 std::vector<std::pair<image_pair_t, FeatureMatches>> ReadAllMatches()
244 const override {
245 using ReturnType = std::vector<std::pair<image_pair_t, FeatureMatches>>;

Callers 1

BindDatabaseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected