-
Notifications
You must be signed in to change notification settings - Fork 12
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
Icosahedron Coloring #21
Comments
Is there any existing code for this algorithm? |
https://patents.google.com/patent/US5592598A/en Patented in 1994. What is the lifetime of the patent |
Utility patents survive 20 years, so it is no longer protected. |
I have some old C code for this, which I am working towards porting into DREAM.3D as a new filter. |
Has there been any movement on this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A filter for an icosahedral color wheel. I need to create the RGB values and then tell Paraview to visualize it similar to the way Generate IPF Colors does. I will basically define 12 patches on the unit sphere and then figure out which of the 12 the c axis of each pixel hits and color accordingly. Based on Yamrom's method:
Yamrom B (1997) Method of color coding orientation information.
The text was updated successfully, but these errors were encountered: