I know this has been discussed a few times on stackoverflow but I wasn't able to find a sufficient answer. For a project, I am seeking the best possible piece of software/api/library that can recognise barcode numbers from the input image. It will be used on mobile phones(iphone, windows mobile, android etc.) so it should be good at catching barcodes from bad angles, blurry images and such bad conditions. Being open source or commercial doesn't matter as long as it does the job well (indeed open source would be better :) )

If you have any experience with this topic, please share with us:)

Thanks

link|improve this question

Out of the question, but are you familiar with QR Codes and Semacodes? – Alix Axel Dec 17 '09 at 17:42
See en.wikipedia.org/wiki/QR_Code and en.wikipedia.org/wiki/Semacode, might be useful if you're also generating the codes. – Alix Axel Dec 17 '09 at 17:43
feedback

2 Answers

up vote 2 down vote accepted

Google has an Open Source project for this zxing

I'm familiar enough with it to know if it will do everything you need it to do, but I imagine it would be a really great place for you to start.

link|improve this answer
zxing does not work with blurry images – endolith Oct 17 '09 at 15:58
Granted, but as with any image recognition software, there are thresholds as to how good of a sample image is needed in order for it to work. This is exactly why CAPTCHA images will be intentionally blurred, malformed, and have added noise to the image. If it can be helped, of course try to supply the sharpest image possible, but I think it's a bit much to expect any IR software to be able to perfectly recognize images regardless of poor sample quality. – John Lechowicz Oct 20 '09 at 14:36
feedback

see http://sourceforge.net/projects/zbar/

link|improve this answer
Do you know how well zbar performs compared to zxing? – Rafael Vega Sep 22 '10 at 19:18
feedback

Your Answer

 
or
required, but never shown

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