Detecting QR code from an image with zxing
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?
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.
精彩评论