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

Method CachedImage

src/colmap/mvs/workspace.h:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 class CachedImage {
121 public:
122 CachedImage() {}
123 CachedImage(CachedImage&& other) noexcept;
124 CachedImage& operator=(CachedImage&& other) noexcept;
125 inline size_t NumBytes() const { return num_bytes; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected