如何用 C 语言从图像中读取 EAN-13 条形码?
我想从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个项目看起来非常接近我正在寻找的东西: http://sourceforge.net/projects/zbar/< /a>
This project looks quite close to what I am looking for : http://sourceforge.net/projects/zbar/