-
Notifications
You must be signed in to change notification settings - Fork 269
Open
Labels
Description
We are trying to use nano qr codes because we need to encode very little information and would like to minimize size. The codes are mostly detected but there are some qr codes that can't be decoded and I have no idea where the problem lies. It seems that somehow the position of the qr code is completely misdetected, which results in an error ERROR_CORRECTION. I have painted the detected bounding boxes above the samples. I include also a few succesful examples - I don't have an idea why the boundaries are not detected correctly in these cases. The qr-codes are generated with boofcv. Maybe somebody has a hint or something can be improved?