mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-23 17:52:16 -05:00
TODO: Some CTS thoughts.
This commit is contained in:
parent
8401d87c52
commit
35026bcc3a
11
TODO
11
TODO
@ -7,7 +7,18 @@ Simple stuff, not required, may not be possible/useful:
|
||||
|
||||
|
||||
- CTS/finder speedups and changes [ ]
|
||||
General ideas:
|
||||
- everything subprocedure (lots of code)
|
||||
|
||||
- jit + comparison function (per cts) generated, call in loop
|
||||
|
||||
- comparison function (per cts), not generated, call in loop
|
||||
|
||||
- JIT (Generate comparison functions) [ ]
|
||||
- Comparison functions for HSL/XYZ/L*a*b should check for
|
||||
match on each component before calculating the next.
|
||||
(see FindColorsToleranceOptimised)
|
||||
|
||||
- Pass color information in struct [ ]
|
||||
- Precalculate screen bitmap in current cts / keep a cache
|
||||
to save comparisons [ ]
|
||||
|
Loading…
Reference in New Issue
Block a user