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

Method CameraDatabase

src/colmap/sensor/database.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40struct CameraDatabase {
41 public:
42 CameraDatabase() = default;
43
44 size_t NumEntries() const { return specs_.size(); }
45

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected