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

Method NumRigs

src/pycolmap/scene/database.cc:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 size_t NumRigs() const override {
96 PYBIND11_OVERRIDE_PURE(size_t, Database, NumRigs);
97 }
98
99 size_t NumCameras() const override {
100 PYBIND11_OVERRIDE_PURE(size_t, Database, NumCameras);

Callers 1

BindReconstructionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected