todo list

This commit is contained in:
Rusty Striker 2024-01-20 21:37:07 +02:00
parent d5a4b46c7a
commit 5a51510209
Signed by: RustyStriker
GPG Key ID: 9DBDBC7C48FC3C31
1 changed files with 15 additions and 0 deletions

15
TODO.md Normal file
View File

@ -0,0 +1,15 @@
# TODOO
[x] fix get_avg_color
[ ] make rasterizer function return a grayscale image rather than rgb
[x] implement score function: (image, mask: grayscale) -> score number
[ ] resize font to be size of character bounding box
[ ] implement a final function check: (image) -> which font it probably is
[ ] test(run it in a loop for the result)
## In case results are bad
[ ] modify score system to use squared error rather than normal error
[ ] noramlize the mask before use
[ ] if still bad, maybe contact professor for improvement idea?