How to detect possible presence of barcode in image? (When value cannot be read)

北城以北 提交于 2019-12-13 03:54:36

问题


I have a multi-page document that is being scanned. Sometimes, either because the document was a fax or simply a bad scan, the barcode reading software cannot determine the value of the barcode.

The barcode could be on any page within the document, however, this page should be the "header" page and moved to the front. How can I automatically detect that the image has a barcode when the value cannot be read with typical barcode reading tools?

The usual barcode type is Code39, but sometimes it could be DataMatrix. I am mostly concerned about detecting mis-read Code39, as I think it will be easier to detect.


回答1:


Maybe take a look at: http://code.google.com/p/zxing/



来源:https://stackoverflow.com/questions/5757295/how-to-detect-possible-presence-of-barcode-in-image-when-value-cannot-be-read

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!