-
-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement support for "Optimal Colour Stimuli" computation. #364
Comments
I wrote a program to calculate MacAdam-Limits. I presume it is, what was wished in this issue Every single whavelenght shoud be accurate enough. If necessary, it is possible to modify the program to use different cmfs instead of only CIE-31 2° by default. |
As far as I see. My function "macadam_limits" is not build in in the actual version. Am I right? |
We are currently using pre-computed Optimal Colour Stimuli tables from MacAdam (1935) and they are not very precise, only account from Luminance domain [10, 95] with the negative side-effect of labelling a lot of Munsell Real colours outside the MacAdam limits:
We should improve this behaviour by implementing an analytical computation for Optimal Colour Stimuli.
References
The text was updated successfully, but these errors were encountered: