Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devilsen/CZXing
/ data
Method
data
czxing/src/main/cpp/zxing/src/ReadBarcode.cpp:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
LumImage(int w, int h) : LumImage(std::make_unique<uint8_t[]>(w * h), w, h) {}
31
32
uint8_t* data() { return _memory.get(); }
33
};
34
35
template<typename P>
Callers
3
ExtractLum
Function · 0.45
addLayer
Method · 0.45
SetupLumImageView
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected