Replies: 4 comments
-
You need to use a color model for the projector to estimate how far off each color measurement is in terms of RGB values. THen adjust the values in the LUT by the inverse amount. |
Beta Was this translation helpful? Give feedback.
-
Do you have any example data or existing code that we can help review? |
Beta Was this translation helpful? Give feedback.
-
@tjdcs I just measured a fresh new 10x10x10 on a desktop display in front of me to test out my results. Data:
XYZ-to-RGB for display's color space:
RGB-to-RGB from display's color space to destination Rec 709
my current process: If I do this for the 5th measurement sample above for stimulus 0.555556,0.777778,0.888889 the final RGB LUT result is:
this result, while closer, still measures too far off. Thanks a bunch! |
Beta Was this translation helpful? Give feedback.
-
Could you elaborate in detail on how to do this? And here is the full profile attached. Thx! |
Beta Was this translation helpful? Give feedback.
-
Is it possible to create a 3D LUT with
colour
package orOCIO
package that accurately maps input sample data to the desired output target?Example:
I have a table of 9x9x9 measurements from a projector and I want to create a 9x9x9 LUT that corrects the signal so that the projector displays an accurate image e.g. Rec 709 Gamma 2.4.
I tried using a color space transform, but that does not correct well the uniformity issues in the sample data. I've also looked into
colour.colour_correction
but that seems also to produce a 3x3 matrix.Appreciate any sage advice. 😄
Cheers!
J
Beta Was this translation helpful? Give feedback.
All reactions