Is zxing library will directly detect the QR code from an image without having to determine where the location of the QR code in the image?

link|improve this question

64% accept rate
feedback

1 Answer

The short answer is yes.

I wouldn't say "without having to determine" the location is entirely accurate, but the code location doesn't need to be provided to the library. The qrcode detector has various finder algorithms to detect the finder and alignment patterns in images. There are cases, of course, where it doesn't succeed.

link|improve this answer
Yeah exactly -- you don't have to know where the barcode is, but of course the library has to find it to do its work. – Sean Owen Oct 16 '10 at 12:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.