Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement: Return QR points considering its "direction". #103

Open
JaviNET opened this issue Jun 24, 2016 · 3 comments
Open

Improvement: Return QR points considering its "direction". #103

JaviNET opened this issue Jun 24, 2016 · 3 comments
Labels

Comments

@JaviNET
Copy link

JaviNET commented Jun 24, 2016

Hi,

We are facing issues while using the VISION api to replace ZXing. We need to determine the exact location of the QR in order to detect a text below it.

As you probably know, QRs are oriented, that means, they actually have a direction. One corner is different to the others to determine its direction.

Right now, Barcode.qrPoints order is determined by the direction of the analyzed picture, not by the direction of the QRCode. My proposal would be to return the points ordered by the QR direction instead, taking the QR "different corner" as [0].

PS: Please let me know if this is not the correct place to submit this suggestion.

@ggirard07
Copy link

Probably not the best solution (not even sure if it is going to be efficient enough)... but in the meantime you could probably run your own positioning detection in parallel to vision API on the preview frames (with OpenCV for example).
Here the basics: http://dsynflo.blogspot.ca/2014/10/opencv-qr-code-detection-and-extraction.html

@pchx-zz pchx-zz added the Barcode label Aug 9, 2016
@victor-lund
Copy link

+1 @JaviNET Any updates regarding this?

This feature would be very handy.

@Lisandro79
Copy link

This feature would be very welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants