用于读取 HCCB(Microsoft Tag)条形码的库?
最近我注意到许多 HCCB (Microsoft Tag) 条形码,Zxing 无法识别。有没有免费或开源的阅读器库来阅读这些代码?
如果没有任何软件可以执行此操作,那么识别此类代码中的三角形或点的最佳方法是什么?
Recently I've noticed many HCCB (Microsoft Tag) barcodes, which Zxing does not recognize. Is there any free or open-source reader library to read these codes?
If there is not any software to do this, what would be the best method to recognize the triangles or dots in this type of code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
不可以,目前 Microsoft 标签阅读器和 Bing Vision 是唯一可以读取 Microsoft 标签的应用程序。
根据 Microsoft Research 网站上的高容量彩色条形码 (HCCB), Gavin Jancke 是最初的发明者 - 也许你可以尝试并直接联系他? :)
No, currently the Microsoft Tag Reader and Bing Vision are the only apps that can read Microsoft Tags.
According to the Microsoft Research site on High Capacity Color Barcodes (HCCB), Gavin Jancke is the original inventor - maybe you could try and contact him directly? :)
Microsoft 现在提供“Microsoft 标签扫描 SDK”。我相信它就像啤酒一样免费。
http://tag.microsoft.com/developer/scanning-sdk.aspx
Microsoft now makes available the "Microsoft Tag Scanning SDK". I believe it is free as in beer.
http://tag.microsoft.com/developer/scanning-sdk.aspx
请参阅 https://github.com/canadaduane/elm-hccb 中 HCCB 的实现 < a href="http://elm-lang.org/" rel="nofollow noreferrer">ELM
See https://github.com/canadaduane/elm-hccb an implementation of HCCB in ELM
尝试查看 JAB 代码。它有在线解码器、智能手机解码器。它是 hccb 和开源的
更多信息
Try looking into JAB Code. It has online decoder, smartphone decoder. It's hccb and open source
More on this here