Skip to content
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

How to get a reference white point for RGB to CIELUV conversion? #8

Open
seyoung-solteq opened this issue Apr 15, 2020 · 0 comments
Open

Comments

@seyoung-solteq
Copy link

Hi Joseph,

Thank you and your team for the great course.
I'm trying to solve the extra problem "rgb to HCL".
I think I found relevant materials for the task:

I'm stuck in CIEYuv to CIELUV. According to the materials, I need to know the colour of the white point of the system. So it seems like the space is display-specific.
Screenshot 2020-04-15 at 18 34 47

I could compute the constants by converting the (1,1,1) rgb values to YUV but it probably doesn't make sense.

This OpenCV documentation has hard-coded constants. I'm currently using those values but I'm clueless how those values were computed in the first place. Also, I don't know if those values are correct for my case.
Screenshot 2020-04-15 at 18 34 14

Could you provide some tips?
Thank you!

Br,
Seyoung

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant