mirror of
https://github.com/moparisthebest/Simba
synced 2025-02-07 02:30:19 -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 [ ]
|
- 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) [ ]
|
- 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 [ ]
|
- Pass color information in struct [ ]
|
||||||
- Precalculate screen bitmap in current cts / keep a cache
|
- Precalculate screen bitmap in current cts / keep a cache
|
||||||
to save comparisons [ ]
|
to save comparisons [ ]
|
||||||
|
Loading…
Reference in New Issue
Block a user