3

In colorimetry, the irradiance spectrum is weighted with the luminosity function to obtain the perceived luminosity, and the tristimulus sensitivity functions to obtain the perceived RGB-representation.

How do these functions (just one scalar for each wavelength) relate to each other?

I only found these weighting functions (as numerical arrays) in the matlab package pspectro. There however, the sensitivity function for gamma (= green) is completely identical to the luminosity function, which seems odd. Is it correct?

1 Answers1

1

Better late than never?

Yes, what you found in the Matlab package is correct. The luminosity function is the exactly the same curve as the green part of the three XYZ Tristimulus Curves used in modeling human perception of color.

Note the XYZ color space is not the same as the RGB color space of a display; XYZ represents the totality of what humans can perceive, and any RGB color space is inherently a subset of XYZ.

Sean Skelly
  • 440
  • 3
  • 8