MCPcopy Create free account
hub / github.com/devilsen/CZXing / LumImage

Method LumImage

czxing/src/main/cpp/zxing/src/ReadBarcode.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22{
23 std::unique_ptr<uint8_t[]> _memory;
24 LumImage(std::unique_ptr<uint8_t[]>&& data, int w, int h)
25 : ImageView(data.get(), w, h, ImageFormat::Lum), _memory(std::move(data))
26 {}
27
28public:
29 LumImage() : ImageView(nullptr, 0, 0, ImageFormat::Lum) {}

Callers

nothing calls this directly

Calls 2

moveFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected