Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-28 | Update test_diff to match the unit test.HEADmaster | Paweł Redman | |
2020-06-26 | Trying to figure out why the solver diverges... | Paweł Redman | |
2020-06-24 | Move tests into the Colour fork. | Paweł Redman | |
2020-06-23 | Update the tests again and remove some useless ones. | Paweł Redman | |
2020-06-21 | Move the solver to Colour and update all tests | Paweł Redman | |
2020-06-21 | Update the code to work with the latest feature/jakob2019 | Paweł Redman | |
2020-06-20 | Rewrite the error function w/ analytic derivatives | Paweł Redman | |
This greatly speeds up the code and improves convergence. Something's slightly off with the code, though, and the output colors are slightly skewed. | |||
2020-06-19 | Major cleanup | Paweł Redman | |
- The interpolator code is no longer here (but in the Colour fork) - Refactoring made the code shorter and cleaner - All tests work properly again | |||
2020-06-19 | A quick to see if my Colour fork even works | Paweł Redman | |
See https://github.com/enneract/colour/tree/feature/jakob2019 | |||
2020-06-19 | Switch to the development version of Colour (rather than 0.3.15) | Paweł Redman | |
2020-06-16 | Vectorize the interpolation code | Paweł Redman | |
2020-06-15 | Adapt Jakob and Hanika's interpolation code | Paweł Redman | |
2020-06-12 | A test that computes coefficients for many colors, covering the entire sRGB ↵ | Paweł Redman | |
gamut. | |||
2020-06-12 | Make sure the solver works for all inputs | Paweł Redman | |
This is achieved by using feedback. In case of a failure, a color with known coefficients is used to solve for a point somewhere between the target and the color. The process is repeated, getting closer and closer to the target until it finally converges. | |||
2020-06-11 | Refactoring; use primed c's everywhere | Paweł Redman | |
2020-06-09 | A new test comparing results with a reference | Paweł Redman | |
2020-06-09 | Some important fixes and general cleanup | Paweł Redman | |
I missed the 'illuminant' argument in sd_to_XYZ and effectively treated the reflectivities as emission spectra. This was probably very wrong and is now fixed. | |||
2020-06-08 | Factor out the colorchecker test code | Paweł Redman | |
2020-06-08 | Add .gitignore | Paweł Redman | |
2020-06-01 | Jakob-Hanika for a single color | Paweł Redman | |