dlbeer / quirc

QR decoder library
Other
865 stars 285 forks source link

Fix issue #72 grouping and make gridsize determination more robust. #109

Closed JaapHaitsma closed 3 years ago

JaapHaitsma commented 3 years ago

Gridsize determination is more robust by determining distance between capstones instead of trying to determine how many black white transitions there are.

Also it checks all possible combinations of capstones if they are determined to be square enough.

Finally it reduces the number of lines quite a bit

dlbeer commented 3 years ago

Looks good to me -- thanks!