mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
With new RGB565<->RGB888 scaling. This included redoing the LAB/YUV/XYZ tables. I translated the table gen code to python also and added comments as to where the math came from. And yes, I tested and compared the tables to make sure they weren't borken. The tables are slightly different... but, if look at the progression of values loosely you'll see the triplets are very close to each other when doing a compare. This is to be expected given I used a slightly better scaling algo. |
||
|---|---|---|
| .. | ||
| client.py | ||
| draw_rainbow.py | ||
| encode_raw.py | ||
| gc.py | ||
| gen_rainbow.py | ||
| gen_rgb2lab.py | ||
| gen_rgb2rgb.py | ||
| gen_rgb2yuv.py | ||
| mkpkg.sh | ||
| pll.py | ||