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

Method DatabaseCache

src/colmap/scene/database_cache.cc:58–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56} // namespace
57
58DatabaseCache::DatabaseCache()
59 : correspondence_graph_(std::make_shared<class CorrespondenceGraph>()) {}
60
61void DatabaseCache::Load(const Database& database, const Options& options) {
62 const bool has_rigs = database.NumRigs() > 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected