使用ZXing扫描0.5 x 0.5厘米条码

发布于 2024-11-18 12:11:26 字数 325 浏览 4 评论 0原文

我在我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

愛上了 2024-11-25 12:11:26

扫描代码需要是白底黑字 - 相关规范不要求扫描倒置代码,因此大多数情况下都不需要。先把它倒过来就可以了。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文