显示解码 QRcode 期间的错误。使用ZXing Java库

发布于 2025-01-02 10:19:08 字数 118 浏览 0 评论 0原文

我正在尝试使用 ZXing 库在 Java 中解码有错误的 QR 码。我想获取二进制字符串(由数据和 RS 纠错码字组成)中的所有错误位置,这些错误已解码为 QR 码。我如何使用 ZXing 库(或修改它)并解决我的问题。

I am trying to decode QR code with errors in Java with ZXing library. And I want to get all position of errors in binary string (consist from data and RS error correction codewords), which have decoded into QR code. How I can use ZXing library (or modify it) and solve my problem.

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

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

发布评论

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

评论(1

非要怀念 2025-01-09 10:19:08

首先尝试阅读源代码是个好主意。在com.google.zxing.common.reedsolomon.ReedSolomonDecoder中,有一个方法findErrorLocations(),它非常清楚地做到了这一点。

It's a good idea to try reading the source first. In com.google.zxing.common.reedsolomon.ReedSolomonDecoder, there is a method findErrorLocations() which pretty clear does exactly this.

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