NaturalHistoryMuseum / pyzbar

Read one-dimensional barcodes and QR codes from Python 2 and 3.
MIT License
718 stars 175 forks source link

Polygon doesn't show QR-Code's position #127

Open lfferreira opened 2 years ago

lfferreira commented 2 years ago

Hi,

Is there a way to see how a QR-Code's Polygon returned in "detect" relates to the 3 markers in the Qr-Code? This would be very important to my project, where we need to determine this position. Could you return the Polygon so that it always starts in the middle marker corner, for instance.

Thank you very much for any help you may provide...

Luís Ferreira