
qrcode
不近视的兔子
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
自己动手写二维码
Final ReportProject ImformationProject name:Implementation of QR-codes decoder and encoderSolution Description:The general QR code encoding procedures are as follows:Data Analysis.We divide the input information into several pieces and select the原创 2020-11-14 13:06:34 · 1493 阅读 · 0 评论 -
QRcode Decode : Weekly Report on Aug. 9th
QRcode Decode : Weekly Report on Aug. 9thThis week I have finished all mode of decode and started with the encoder.And I have passed the testing bin of OPENCV_EXTRA.1.FNC1 ModeIn this mode , we just need to recover QR-Code symbols and GS from encoded i原创 2020-08-09 13:19:08 · 327 阅读 · 0 评论 -
QRcode Decoding : FNC1 mode
1. FNC1 in the first position.Here is the flowchat of how it works:Here is a example in ISO IEC 18004 :1.Read the FNC1 indicator : 01012.Read the normal indicator : 0001 ->numeric modeAnd get the character count indicator 00001101 ->293.Read原创 2020-08-06 09:07:45 · 621 阅读 · 0 评论 -
QRcode Decode: ECI Mode by <iconv.h> Weekly report on Aug. 3rd
Weekly Report on Aug. 3rdby ZhengQiushiThis week I have complete decoding of kanji ,alphanumeric mode and eci mode under linux. And also fixed some bugs in the previous process.1.Kanji ModeIn this mode , we need to divide 13-bit binary string to two by原创 2020-08-03 08:39:35 · 695 阅读 · 0 评论 -
Qrcode Decode : Detect improving Weekly Report on July 27th
Weekly Report on July 27thby ZhengQiushiThis week I have done two tasks :1.Complete the decode process of numerical and byte mode.2.Improve the ability of sampling from the QR-code image. detectAndDecode detect decode payloadcheckQRInputImagedetectdec原创 2020-07-27 15:44:14 · 273 阅读 · 0 评论 -
QRcode Decode :Error Correction Weekly Report on Jul.20th
Weekly Report on Jul.20thby Zheng QiushiThis week , I have finished tasks as follows:unmask the data and read the bit from image into an arrayrearrange the codewodes in the sequence of blockscorrect the possible mistakes in the blocks decode rearra原创 2020-07-20 08:13:00 · 289 阅读 · 0 评论 -
QR-CODE : Weekly Report
Weekly Report on Jul.11thby Zheng QiushiThis week , I have done three tasks as follows: ① Review the process of encoding and decoding ② Analyze the procedure of dectecting and decoding in opencv. ③ Finish steps before the data infomation decodin原创 2020-07-11 10:13:15 · 330 阅读 · 0 评论