Skip to content

Commit 41b70b0

Browse files
committed
Merge pull request #3124 from duanqn:duanqn/fix-typo
2 parents 47f13d7 + 2812931 commit 41b70b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/wechat_qrcode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ WeChat QR code detector is a high-performance and lightweight QR code detect and
99

1010
3. More robust finder pattern detection. Besides traditional horizontal line searching, we propose an area size based finder pattern detection method. we calculate the area size of black and white block to locate the finder pattern by the pre-computed connected cells.
1111

12-
4. Massive engineering optimization. Based on [zing-cpp](https://github.com/glassechidna/zxing-cpp), we conduct massive engineering optimization to boost the decoding success rate, such as trying more binarization methods, supporting N:1:3:1:1 finder pattern detection, finding more alignment pattern, clustering similar size finder pattern, and etc.
12+
4. Massive engineering optimization. Based on [zxing-cpp](https://github.com/glassechidna/zxing-cpp), we conduct massive engineering optimization to boost the decoding success rate, such as trying more binarization methods, supporting N:1:3:1:1 finder pattern detection, finding more alignment pattern, clustering similar size finder pattern, and etc.

0 commit comments

Comments
 (0)