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

Method Database

src/colmap/scene/database.h:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61class Database {
62 public:
63 Database() = default;
64
65 // Closes the database, if not closed before.
66 virtual ~Database() = 0;

Calls

no outgoing calls