LazarSoft / jsqrcode

Javascript QRCode scanner
http://www.webqr.com
Apache License 2.0
3.98k stars 1.16k forks source link

Fixed pattern finder inaccuracies by adding rudamentary center sorter. #20

Closed Thulinma closed 11 years ago

Thulinma commented 11 years ago

Not exactly equal to the original in the zxing code, but close enough.

This improves accuracy of the pattern finder tremendously - allowing scanning of some more complicated QR codes that wouldn't scan without this addition.