iOS 条码扫描器

发布于 2024-10-08 07:02:16 字数 156 浏览 3 评论 0原文

我有兴趣创建一个使用相机作为条形码扫描仪的应用程序。我对我必须做什么有一个模糊的想法,但不知道如何做或我是否正确。

我知道它需要图像处理,分析条形码本身(空白/黑色),也许需要一些图像框架来使其正确,但不知道如何开始。

你能指出我正确的方向吗?

谢谢

I'm interested in creating an app that uses the camera as a barcode scanner. I have a vague idea as to what I must do but no idea as to how or if i'm right.

I know it entails image processing, to analyse the barcode itself (white spaces/blackspaces), maybe some image framing to get it right, but no idea as to how to start.

Can you point me in the right direction?

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

人间☆小暴躁 2024-10-15 07:02:16

您可以查看 ZXing。它是基于图像处理的条形码扫描的免费、开源实现。它最初是为 Android 平台编写的,但部分内容已移植到其他各种平台,它至少可以成为有关如何执行此类操作的参考指南。

You might take a look at ZXing. It is a free, open source implementation of barcode scanning based on image processing. It was originally written for the Android platform, but portions have been ported to various other platforms and it could at least be a reference guide on how to do this type of thing.

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