quirc/lib
YAMAMOTO Takashi 65379a7c39 finder_scan: Improve capstone detection on small images
When using small captured images, I somehow frequently see failures
to recognize a capstone due to rounding errors.
eg. when pb[] = {2 3 8 3 2}.

This commit tries to improve it by using fixed-point arithmetics.
The scaling factor was chosen somehow arbitrary. A moderate scaling
should be enough.
2021-04-23 10:36:22 +09:00
..
decode.c Optimize quirc_flip() 2020-09-22 12:14:09 +02:00
identify.c finder_scan: Improve capstone detection on small images 2021-04-23 10:36:22 +09:00
quirc.c define a QUIRC_PIXEL_ALIAS_IMAGE constant to explicit conditional path 2019-07-02 09:22:25 +02:00
quirc.h Support horizontally flipped QR-codes according to ISO 18004:2015 2020-09-21 16:54:55 +02:00
quirc_internal.h Fix stack corruption and bus errors while scanning oversized QR codes 2020-09-15 00:51:41 +02:00
version_db.c Deinterleave blocks correct. 2016-12-28 15:37:18 +13:00