diff options
author | Anthony Wang | 2024-04-23 01:42:51 -0400 |
---|---|---|
committer | Anthony Wang | 2024-04-23 01:42:51 -0400 |
commit | 3d940c0a1c9b5eee2adbbdd6f0a358e782a4df06 (patch) | |
tree | 4e54ee48ef45de9c0456d50371601bb411749763 /README.md | |
parent | dee89fcb301c804b340d199cf690868036f60e88 (diff) |
4-bit color for encoder, fix a ton of bugs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -3,8 +3,5 @@ Formatting: `black -l 120 *.py` TODO: -- Only search corner for corner -- Fast BFS using numpy (OpenCV floodfill?) - Limit BFS time -- Spread out RS bytes (still need to impl in decoder) -- 4bit color (still need to impl in decoder) +- Write better ECC |