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

Method ExistsDescriptors

src/pycolmap/scene/database.cc:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 bool ExistsDescriptors(image_t image_id) const override {
82 PYBIND11_OVERRIDE_PURE(bool, Database, ExistsDescriptors, image_id);
83 }
84
85 bool ExistsMatches(image_t image_id1, image_t image_id2) const override {
86 PYBIND11_OVERRIDE_PURE(bool, Database, ExistsMatches, image_id1, image_id2);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected