You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Could you provide some tips?
Thank you!
Br,
Seyoung
The text was updated successfully, but these errors were encountered:
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.
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.
Could you provide some tips?
Thank you!
Br,
Seyoung
The text was updated successfully, but these errors were encountered: