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

Method ExistsKeypoints

src/pycolmap/scene/database.cc:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 bool ExistsKeypoints(image_t image_id) const override {
78 PYBIND11_OVERRIDE_PURE(bool, Database, ExistsKeypoints, image_id);
79 }
80
81 bool ExistsDescriptors(image_t image_id) const override {
82 PYBIND11_OVERRIDE_PURE(bool, Database, ExistsDescriptors, image_id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected