解码
The process of extracting data from a QR code image: locating finder patterns, reading format/version information, removing the mask, deinterleaving codewords, performing Reed-Solomon error correction, and interpreting the data segments.
相关术语
Related Content
QR Code扫描原理:从摄像头到数据
QR Code Fundamentals…some QR codes fail to scan and how to design codes that decode reliably. Step 1: Image Capture and Binarisation The…
掩码图案:每个QR Code中隐藏的优化
QR Code Fundamentals定位图案:为什么QR Codes有三个方块
QR Code Fundamentals…Without them, a scanner could not locate, orient, or decode the symbol. The 1:1:3:1:1 Ratio Each finder pattern is a…
QR Codes中的Reed-Solomon纠错
QR Code Fundamentals…improving recovery from large contiguous damage areas. The Decode Side When decoding, the scanner: Calculates syndromes — if…
QR Code标准:ISO 18004及更多
QR Code Fundamentals…It specifies testing methodology for print quality : decode, symbol contrast, modulation, fixed pattern damage, and…
Reed-Solomon编码:QR纠错背后的数学
Error Correction & Data Integrity…(which equals x^n * d(x) XOR r(x)) Syndrome Calculation At decode time, calculate syndromes S_i by evaluating the received…
格式与版本信息中的BCH码和Golay码
Error Correction & Data Integrity…reads format information first — before attempting to decode any data. This is because the format information reveals…
Micro QR与rMQR中的纠错
Error Correction & Data Integrity…support Micro QR or rMQR error correction fully. Some may decode correctly at EC-L but fail to apply full error correction…