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

Method ExistsFrame

src/pycolmap/scene/database.cc:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 bool ExistsFrame(frame_t frame_id) const override {
57 PYBIND11_OVERRIDE_PURE(bool, Database, ExistsFrame, frame_id);
58 }
59
60 bool ExistsImage(image_t image_id) const override {
61 PYBIND11_OVERRIDE_PURE(bool, Database, ExistsImage, image_id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected