mirror of
https://github.com/status-im/qzxing.git
synced 2025-01-11 19:44:36 +00:00
favoritas37
41ebf93087
Reimplemented CameraImageWrapper to internally use GreyscaleLuminanceSource.
Enhanced QZXing, in case of decode failure, it now reties with "tryHarder" added decode hint. These changes have the following increment on success rates when decoding (numbers generated by test application): CODE_128: was 44/48, is 47/48 EAN_8: was 7/8, is 8/8 EAN_13: was 101/157, is 119/157 ITF: was 18/27, is 22/27 QR_CODE: was 135/178, is 137/178 UPC_A: was 80/167, is 99/167 UPC_E: was 40/55, is 47/55
Description
Languages
C++
91.7%
C
4.7%
QMake
1.6%
CMake
1.2%
Shell
0.8%