Physics:Relative luminance

From HandWiki
Short description: Ratiometric definition of luminance


Relative luminance [math]\displaystyle{ Y }[/math] follows the photometric definition of luminance [math]\displaystyle{ L }[/math] including spectral weighting for human vision, but while luminance [math]\displaystyle{ L }[/math] is a measure of light in units such as [math]\displaystyle{ cd/m^2 }[/math], Relative luminance [math]\displaystyle{ Y }[/math] values are normalized as 0.0 to 1.0 (or 1 to 100), with 1.0 (or 100) being a theoretical perfect reflector of 100% reference white.[1] Like the photometric definition, it is related to the luminous flux density in a particular direction, which is radiant flux density weighted by the luminous efficiency function y(λ) of the CIE Standard Observer.

The use of relative values is useful in color or appearance models that describe perception relative to the eye's adaptation state and a reference white. For example, in prepress for print media, the absolute luminance of light reflecting off the print depends on the specific illumination, but a color appearance model using relative luminance can predict the appearance by referencing the given light source.

Relative luminance and colorimetric spaces

For CIE colorspaces XYZ and xyY, the letter [math]\displaystyle{ Y }[/math] refers to relative luminance. If the maximum luminance for a given example is [math]\displaystyle{ L_{max} }[/math] or [math]\displaystyle{ L_{ref} }[/math], and the subject luminance is [math]\displaystyle{ L_{stimulus} }[/math] then the relative luminance is

[math]\displaystyle{ Y = {L_{stimulus} \over L_{ref}}\ \ }[/math] or [math]\displaystyle{ \ \ Y_{scale_{100}} = {L_{stimulus} \over L_{max}} \ \times \ 100 }[/math]

Relative luminance and "gamma encoded" colorspaces

[math]\displaystyle{ Y }[/math] (and [math]\displaystyle{ L }[/math]) are both linear to changes in the volume of light. Conversions from color spaces where light or lightness are encoded with a power curve, such as most image and video formats, must be linearized before being transformed to Y or the XYZ space.

The simple method is to apply the inverse power curve to each of the color channels, as an example for several common RGB color spaces, a 2.2 power curve is applied:

[math]\displaystyle{ R_{lin} = {R^\prime}^{2.2}\ \ G_{lin} = {G^\prime}^{2.2}\ \ B_{lin} = {B^\prime}^{2.2} }[/math]

[math]\displaystyle{ Y }[/math] can then be calculated for these colorspaces by using the coefficients for the Y component of the transform matrix. For instance, for ITU-R BT.709 and sRGB both of which use the same primaries and whitepoint, relative luminance can be calculated from linear RGB components: first convert the gamma-compressed RGB values to linear RGB, and then [2]

[math]\displaystyle{ Y = 0.2126*R_{lin} + 0.7152*G_{lin} + 0.0722*B_{lin} }[/math]

The formula reflects the luminous efficiency function as "green" light is the major component of luminance, responsible for the majority of light perceived by humans, and "blue" light the smallest component.

Different linear coefficients are needed to determine luminance for a given colorspace, which are calculated from their primary chromaticities (defined by their x&y or uʹ&vʹ chromaticity coordinates). For RGB spaces that use real colors for primaries, these coefficients will be positive for the conversion into XYZ space, but may be negative for transforming back to RGB. The green coefficient is normally the largest and blue normally smallest, and normally form the middle row of the RGB-to-XYZ color transformation matrix.[3]

For nonlinear gamma-compressed R′G′B′ color spaces as typically used for computer images, a linearization of the R′G′B′ components to RGB is needed before the linear combination.[4]

Relative luminance should not be confused with luma [math]\displaystyle{ Y^\prime }[/math] (Y prime), which is a weighted sum of nonlinear (gamma encoded) R′G′B′ components, where in some implementations the weighting coefficients are applied to the gamma encoded signal. Some colorspaces that use luma include Y′UV, Y′IQ, and Y′CbCr. To determine relative luminance, The [math]\displaystyle{ Y^\prime }[/math] must be used with the subcomponents to create the gamma encoded R′G′B′ components, which are then linearized to RGB by inverting the gamma correction. These linearized RGB channels can then have the appropriate linear coefficients applied (based on the primary chromaticities) and summed to relative luminance [math]\displaystyle{ Y }[/math].

Relative luminance and perceptual spaces

[math]\displaystyle{ Y }[/math] is linear to light, but human perception has a non-linear response to lightness/darkness/brightness.

For L*a*b* and L*u*v* space, the [math]\displaystyle{ L^* }[/math] component is perceptual lightness (also known as "Lstar" and not to be confused with [math]\displaystyle{ L }[/math] luminance). [math]\displaystyle{ L^* }[/math] is intended to be linear to human perception of lightness/darkness, and since human perception of light is non-linear, [math]\displaystyle{ L^* }[/math] is a nonlinear function of relative luminance [math]\displaystyle{ Y }[/math].

See also

References