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

Method Bitmap

src/colmap/sensor/bitmap.cc:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143} // namespace
144
145Bitmap::Bitmap()
146 : width_(0), height_(0), channels_(0), linear_colorspace_(false) {
147 EnsureOpenImageIOInitialized();
148}
149
150Bitmap::Bitmap(const int width,
151 const int height,

Calls 3

SetImageSpecColorSpaceFunction · 0.85
IsEmptyMethod · 0.80