使用ZXing扫描0.5 x 0.5厘米条码
我在我的 iPhone 应用程序中使用 ZXing。问题:
我必须扫描这个 图像,尺寸为 0.5 x 0.5 厘米,但不会扫描。此外,条形码图像不是很清晰。有没有办法可以在 ZXing 处理捕获的图像之前对其进行编辑?
一件事可能是颜色反转的事实。知道从哪里开始吗?
I am using ZXing in my iphone app. The problem:
I have to scan this image that has 0.5 x 0.5 cm dimension and it does not scan it. Furtheremore the bar code image is not very clear. Is there a way I can edit the captured image before ZXing processes it?
One thing might be the fact that the colors are inverted. Any idea where to start from?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
扫描代码需要是白底黑字 - 相关规范不要求扫描倒置代码,因此大多数情况下都不需要。先把它倒过来就可以了。
The code needs to be black-on-white to be scanned -- scanning inverted codes is not required by the relevant specs, so most don't. Just invert it first.