-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
Add MacAdam ellipses plotting example. #18
Comments
What is the plan for this? I have not found a well-reasoned MacAdam ellipse interpolation example from the literature. Or is the plan here to simply allow plotting of the data as recorded? There are a number of adhocs available, e.g. the fluorescent lighting standard. |
I created the issue more to remember to take a look at it but I have no particular plan for it right now. |
Thanks Thomas. Do ellipse and/or ANSI bin generators currently exist in colour? Tests for inclusion? I have this code elsewhere and would consider porting them.
|
Neither of those exists right now! That would be very nice if you were to implement support for them actually! |
I'm currently trying to get MacAdams ellipses plotted in colorio, but I'm somewhat at loss on how to interpret the data in the original paper. Table 3 therein gives the ellipse data, but when plotting the x-y locations of the filter pairs, their connecting lines, and the average theta settings, I'm getting all but a coherent image from which one can deduce an ellipse: How does everyone draw those at all? |
I have never looked at that beyond saying would be great to have :) |
Got it: Turns out that you have to use the |
Nice! PR Welcome ;) |
You’re going to have to parametrize these so that you can feed them into a geometry point in feature function anyway. I’ve done this in other languages and will run into this shortly here in python. I’ll send a PR when I get to it.
C
… On Feb 28, 2018, at 11:55 AM, Thomas Mansencal ***@***.***> wrote:
Nice! PR Welcome ;)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Thanks Colin (@iinnovations)! |
Gave it a stab as I needed to plot them in another diagram than CIE 1931 while using ellipse canonical form coefficients. We have a few new definitions to deal with that now, conversion from canonical to general form coefficients, ellipse fitting using Halir and Flusser (1998) method and a few plotting definitions. Closing this one! |
You can calculate MacAdam ellipse using FMC equations. |
References
The text was updated successfully, but these errors were encountered: