从QR码编码计算Reed-Solomon纠错码字
问题描述:
for a little project I'm asked to come up with a little QR-Code encoder in Go. After successfully completing the analysing and encoding part, I'm now trying to wrap my head around the error correction using the following package:
https://github.com/klauspost/reedsolomon
Essentially, I don't understand how to structure the data and parity shards inputs in connection with a specific QR-Code version and its specifications.
Thanks in advance.
对于一个小项目,我被要求在Go中提出一个小QR码编码器。 成功完成分析和编码部分之后,我现在尝试使用以下程序包围绕纠错进行解决: p>
https://github.com/klauspost/reedsolomon p>
本质上,我不了解如何构建数据和 奇偶校验碎片输入与特定的QR代码版本及其规范有关。 p>
谢谢。 p> div>