如何用 C 语言从图像中读取 EAN-13 条形码?

发布于 2024-08-07 21:41:46 字数 483 浏览 3 评论 0原文

我想从 C 语言的图像中读取 EAN-13 条形码。 我发现 OpenCV 库 应该可以帮助我计算图像以及 一篇关于可以读取数独的 iPhone 应用程序的文章。

另一方面,我找到了一个用于读取 DataMatrix 条形码的开源库

我想加入一个关于读取条形码的现有开源项目,而不是启动一个项目,因为我确信有些人已经在从事这方面的工作。

您知道如何开始以及使用什么来读取 C 中的 EAN-13 条形码吗?

I would like to read a EAN-13 bar-code from an image in C.
I found the OpenCV library that should help me to compute the image as well as an article about an iPhone App that can read Sudoku.

But in an other hand, I found an opensource library to read DataMatrix bar-code.

I would like to join an existing OpenSource project about reading bar-code instead of starting one, since I am sure that some people already worked on this.

Do you have an idea of were to start and what to use to read EAN-13 barcode in C ?

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

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

发布评论

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

评论(1

初心未许 2024-08-14 21:41:46

这个项目看起来非常接近我正在寻找的东西: http://sourceforge.net/projects/zbar/< /a>

This project looks quite close to what I am looking for : http://sourceforge.net/projects/zbar/

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