summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-28Update test_diff to match the unit test.HEADmasterPaweł Redman
2020-06-26Trying to figure out why the solver diverges...Paweł Redman
2020-06-24Move tests into the Colour fork.Paweł Redman
2020-06-23Update the tests again and remove some useless ones.Paweł Redman
2020-06-21Move the solver to Colour and update all testsPaweł Redman
2020-06-21Update the code to work with the latest feature/jakob2019Paweł Redman
2020-06-20Rewrite the error function w/ analytic derivativesPaweł 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-19Major cleanupPaweł 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-19A quick to see if my Colour fork even worksPaweł Redman
See https://github.com/enneract/colour/tree/feature/jakob2019
2020-06-19Switch to the development version of Colour (rather than 0.3.15)Paweł Redman
2020-06-16Vectorize the interpolation codePaweł Redman
2020-06-15Adapt Jakob and Hanika's interpolation codePaweł Redman
2020-06-12A test that computes coefficients for many colors, covering the entire sRGB ↵Paweł Redman
gamut.
2020-06-12Make sure the solver works for all inputsPaweł 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-11Refactoring; use primed c's everywherePaweł Redman
2020-06-09A new test comparing results with a referencePaweł Redman
2020-06-09Some important fixes and general cleanupPaweł 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-08Factor out the colorchecker test codePaweł Redman
2020-06-08Add .gitignorePaweł Redman
2020-06-01Jakob-Hanika for a single colorPaweł Redman