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

Method ExistsCamera

src/pycolmap/scene/database.cc:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 bool ExistsCamera(camera_t camera_id) const override {
53 PYBIND11_OVERRIDE_PURE(bool, Database, ExistsCamera, camera_id);
54 }
55
56 bool ExistsFrame(frame_t frame_id) const override {
57 PYBIND11_OVERRIDE_PURE(bool, Database, ExistsFrame, frame_id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected