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

polynomial and LUT #17

Open
ruser-2020 opened this issue Nov 13, 2023 · 0 comments
Open

polynomial and LUT #17

ruser-2020 opened this issue Nov 13, 2023 · 0 comments

Comments

@ruser-2020
Copy link

ruser-2020 commented Nov 13, 2023

In the paper two LUTs are mentioned. In the code, only one is used, and one polynomial.

  • where do the numbers for the weights and other coefficients come from?
  • Do you guys also share the data used for the reflectance, scattering and absorption values of the all the 38 wavelength used?
  • In the float_rgb_to_latent(rgb) function, the _lut seems to be a large 1D vector, as opposed to the PNG file that is a 4096x4096 2D array. Based on the paper, the _lut contains the "unmix" calculations for all RGB colors, which means the c=[c0,c1,c2] is saved in every pixel of the lut png file?
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