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

Function ReadBarcode

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

Source from the content-addressed store, hash-verified

129}
130
131Result ReadBarcode(const ImageView& _iv, const DecodeHints& hints)
132{
133 return FirstOrDefault(ReadBarcodes(_iv, DecodeHints(hints).setMaxNumberOfSymbols(1)));
134}
135
136Results ReadBarcodes(const ImageView& _iv, const DecodeHints& hints)
137{

Callers 1

zxingDecodeMethod · 0.85

Calls 3

FirstOrDefaultFunction · 0.85
ReadBarcodesFunction · 0.85
DecodeHintsClass · 0.70

Tested by

no test coverage detected