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

Function Decode

czxing/src/main/cpp/zxing/src/aztec/AZDecoder.cpp:348–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348DecoderResult Decode(const DetectorResult& detectorResult)
349{
350 try {
351 auto bits = CorrectBits(detectorResult, ExtractBits(detectorResult));
352 return Decode(bits);
353 } catch (Error e) {
354 return e;
355 }
356}
357
358} // namespace ZXing::Aztec

Callers 3

decodeMethod · 0.70
DecodeCodewordsFunction · 0.50
DoDecodeFunction · 0.50

Calls 2

CorrectBitsFunction · 0.85
ExtractBitsFunction · 0.85

Tested by

no test coverage detected