diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..42fac66 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# 6.8301 Project + +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) |