]> Skullheadx's Git Forge - qrcodescanner.git/shortlog
qrcodescanner.git
2025-05-12 SkullheadxUpdate camera.cpp Camera-Decode-Testing
2024-11-22 SkullheadxRemoved .DS_Store
2024-11-21 SkullheadxUpdate .gitignore to ignore .png
2024-11-21 SkullheadxMerge branch 'master' into Camera-Decode-Testing
2024-11-21 SkullheadxFix add_preceding_zeros to insert at correct index
2024-11-21 SkullheadxMerge branch 'master' into Camera-Decode-Testing
2024-11-21 Skullheadxadd preceding zeros when decoding
2024-11-21 SkullheadxMerge branch 'master' into Camera-Decode-Testing
2024-11-21 SkullheadxMove decoding logic to new function
2024-11-21 SkullheadxCreate Testing QR Codes
2024-11-21 Skullheadxclean up std::cout statements
2024-11-21 Skullheadxdecode bit stream into input data
2024-11-21 Skullheadxhalfway implementation of the total number bits in...
2024-11-21 SkullheadxFixed so that the data codewords come BEFORE the error...
2024-11-21 Skullheadxfixed critical error where qr outputted was not using...
2024-11-20 SkullheadxRetrieve all codewords from encoding region of the...
2024-11-20 SkullheadxChange unsigned int to int in codeword finding to preve...
2024-11-20 Skullheadxfirst 20 codewords extracted
2024-11-20 Skullheadxunmask encoding region of the symbol
2024-11-20 SkullheadxDecode the format information adjacent to the upper...
2024-11-20 Skullheadxprint and import qr code from file
2024-11-18 Skullheadx69 qr code
2024-11-18 Skullheadxformat info added to qr code
2024-11-17 Skullheadxformat info with error correction
2024-11-17 Skullheadxmasking and evaluation completed
2024-11-17 Skullheadxblocks of same colour points tallied working
2024-11-17 SkullheadxQR evaluation blocks of same colour square search
2024-11-17 Skullheadxtesting masking patterns against standard
2024-11-17 Skullheadxdata masking patterns added
2024-11-17 Skullheadxall codewords added
2024-11-17 Skullheadxfirst 12 data codewords added
2024-11-17 Skullheadxtiming patterns + other finder patterns added
2024-11-16 Skullheadxadd first finder pattern
2024-11-16 Skullheadxcreate final codeword message as bit stream
2024-11-16 Skullheadxclean up codewords print statements
2024-11-16 Skullheadxconvert error correction codewords to bitstream
2024-11-16 Skullheadxerror correction codewords generated
2024-11-07 Skullheadxcreate data polynomial and generator polynomial
2024-11-07 Skullheadxcreate log and antilog tables for Finite Field Calculations
2024-11-07 SkullheadxMade adding terminator and mode bits more efficient
2024-11-07 SkullheadxImplemented bitstream to codeword conversion + padding
2024-11-06 SkullheadxImplemented Data Encoding
2024-10-27 Skullheadx. gpio-and-power-drawing
2024-10-27 Skullheadxcreate 21x21 module array to print
2024-10-16 Skullheadx2D array with printing