博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
2020-11-25
阅读量:2439 次
发布时间:2019-05-10

本文共 41736 字,大约阅读时间需要 139 分钟。

Refer to 

 

 

4.1 

An RGB color space is defined by its primaries, white point and transfer functions, as explained in depth in Section . A color encoding pairs the properties of the color space with a specific digital encoding of values in the space. Encoded values may be represented either as floating point numbers or by integers at a specific bit depth. The equations given in the following sections are for the floating point form. The primaries and white points of some common color spaces are plotted on the CIE 1931 chromaticity diagrams below. The subsequent sections give more detail on the usage of each color space, together with their transfer functions.

 

 

 

Output-referred spaces have only an Electro-Optical Transfer Function (EOTF) which defines the relationship between code values (CV) and display light. This may be defined relative to display peak luminance, or as an absolute encoding in terms of display cd/m2 . Scene-referred spaces have only an Opto-Electrical Transfer Function (OETF) which defines the relationship between relative scene light and the encoded value. Some encodings, such as Hybrid Log-Gamma (HLG), define a relationship to both scene and display light, so have both an OETF and and EOTF. An EOTF is not necessarily the inverse of the corresponding OETF. The combination of the two is referred to as an Optical to Optical Transfer Function, or OOTF.

Images are shown in the different color spaces but tagged with an sRGB ICC profile. Thus the code values in the images will be presented without a transform for the viewer’s display, assuming that the viewer is using a sRGB monitor. This is useful to observe the distribution of code values in a particular encoding, but should not be used to subjectively judge the image.

The complete set of all transfer, encoding and decoding functions is available in , together with the matrices to transform to and from CIE XYZ, referred to as the Normalized Primary Matrix (NPM) of a color space.

4.1.1 

ITU-R BT.709 (International Telecommunication Union, ), commonly referred to as Rec. 709, specifies a D65 white point and a piecewise transfer function. It is important to be aware that the transfer function given for Rec. 709 is an encoding function (OETF) for a video camera, not an EOTF for a display, making it a scene-referred encoding. It is, in fact, rare to find the Rec. 709 curve implemented exactly in any camera, as video cameras often include a ’knee’ for highlight compression and other user controls which cause the image to diverge from the standard. This means that it is not normally possible to accurately invert Rec. 709 material to scene-referred linear. Where necessary, ITU-R BT.2087-0 recommends the use of a simple square function to revert material from a Rec. 709 camera to scene-referred linear.

The transfer function specified in Rec. 709 is:

V={L×0.451.099×L0.45−0.099L<0.018L≥0.018V=L×0.45L<0.0181.099×L0.45−0.099L≥0.018

(4.1)

Where LL is scene light, normalized to 0-1, and VV is the encoded value. This output value is also normalized to 0-1 but is usually stored as an integer, in either full or legal range (see Section ).

 

 

Red Green Blue White Point
0.640, 0.330 0.300, 0.600 0.150, 0.060 0.3127, 0.3290 (D65)

4.1.2 

 

: The ACES Still Life reference image encoded with the Rec. 709 (BT.1886) Output Transform.

Copyright © A.M.P.A.S 

ITU-R BT.1886, commonly known as BT.1886, specifies the EOTF used for display of Rec. 709 material, as no EOTF was specified originally by ITU-R BT.709. It is a variation on a gamma curve, intended to more accurately replicate the response of legacy CRT displays. The BT.1886 equation takes account of the black level of the display in use, but for an ideal display which is capable of producing a true black, BT.1886 becomes a pure 2.4 gamma power law curve. However in calibration, standard practice is to set all displays to a non-zero black level in order to compensate for ambient light and other factors.

A BT.1886 display uses the primaries as defined by Rec. 709, and the following EOTF:

L=a×(V+b)2.4L=a×(V+b)2.4

(4.2)

Where LL is the screen luminance and VV the encoded signal (ranged 0-1). The constants aa and bb are calculated from the target black level LBLB and white level LWLW (normally 100 cd/m2 for a grading reference monitor, but often considerably higher for a consumer TV) using the following equations:

ab=(L12.4W−L12.4B)2.4=L12.4B(L12.4W−L12.4B)a=(LW12.4−LB12.4)2.4b=LB12.4(LW12.4−LB12.4)

 

When encoding desired display colorimetry for BT.1886 display, where the black level of the display is unknown (as is always the situation when delivering video for a wide audience) the recommended approach is to use a value of zero for LBLB. For this reason, the ACES Rec. 709 Output Transform uses pure 2.4 gamma.

4.1.3 

 

: The ACES Still Life reference image encoded with the sRGB Output Transform.

Copyright © A.M.P.A.S 

Due to differences in inherent display technologies, there is substantial variation in the appearance of RGB when the same code values are sent to multiple computer displays, making the unambiguous distribution of RGB imagery difficult. As a solution, a standard idealized computer display has been defined, sRGB, which real displays often attempt to reproduce. The intent of sRGB (Standard RGB) is to define the color characteristics of a standardized RGB display, such that imagery on one monitor matches the appearance of a different monitor. Older display technologies (such as CRTs) naturally approach the sRGB specification. However, modern technologies, such as LCD and OLED which have very different inherent image responses, typically provide an option to emulate the sRGB specification to maintain compatibility with existing imagery.

sRGB uses the primaries and D65 white point specified in ITU-R BT.709, and thus can represent the same gamut of colors as Rec. 709.

The sRGB encoding function is defined as:

V={L×12.921.055×L12.4−0.055L≤0.0031308L>0.0031308V=L×12.92L≤0.00313081.055×L12.4−0.055L>0.0031308

(4.3)

Where LL is the luminance of the image normalized to the range 0-1 and VV is the resulting encoded signal. The sRGB encoded signal is commonly stored as an 8 bit integer, which would be round(V×255)round(V×255).

 

The sRGB decoding function is defined as:

L=⎧⎩⎨⎪⎪V12.92(V+0.0551.055)2.4V<0.04045V≥0.04045L=V12.92V<0.04045(V+0.0551.055)2.4V≥0.04045

(4.4)

There has been some debate about the EOTF to be used for displaying sRGB image data. Since the sRGB transfer function approximates 2.2 gamma, some have taken from the specification that it defines an OETF to be used when encoding image data for a display with 2.2 gamma, and that the linear portion near black exists only to minimize quantization error in integer implementations. Others contend that the sRGB decoding function should be used as the EOTF so that the sRGB curve can be used to exactly encode desired display colorimetry.

The IEC, who published the sRGB standard as IEC 61966-2-1:1999 (International Electrotechnical Commission, ) have confirmed that the proper EOTF for sRGB is the decoding function given above, and that the encoding function is intended to encode display colorimetry.

Since there are still some who recommend calibrating sRGB monitors to pure 2.2 gamma, outside a situation where both the encoding of the image data and the calibration of the display are within your control, it is not possible to be certain of the exact luminance which will result on an end user’s sRGB display from a given encoding.

The situation is complicated still further by viewing environment. One of the aims of the sRGB specification was to define a standard for display of video material on a computer monitor such that there is a perceptual match between a video monitor in its expected viewing environment and a computer monitor in a brighter environment. This would suggest that video images should not be modified for viewing on an sRGB monitor, as the necessary compensation is already built into the display. ACES provides separate Output Transforms for Rec. 709 and sRGB, intended to produce the same display colorimetry on the two display standards. This is however only an appropriate approach if the two displays are to be viewed in the same environment, defined as “dim” in the Output Transform.

 

 

Red Green Blue White Point
0.640, 0.330 0.300, 0.600 0.150, 0.060 0.3127, 0.3290 (D65)

4.1.4 

 

: The ACES Still Life reference image encoded with the Rec. 2020 100 nits Output Transform.

Copyright © A.M.P.A.S 

ITU-R BT.2020 (International Telecommunication Union, ), commonly called Rec. 2020 defines a color space wider than Rec. 709, using D65 white, which was initially defined for wide gamut standard dynamic range encodings, but whose primaries have been adopted for HDR. These primaries are in fact normally used simply as encoding primaries, with the colors limited to a smaller gamut such as P3, since no current display covers the Rec. 2020 gamut. Like Rec. 709, the Rec. 2020 specification defines an encoding curve for a hypothetical SDR camera which is in fact almost never used. The OETF defined by Rec. 2020 is:

V={α×L0.45−(α−1)L×4.5L≥βL<βV=α×L0.45−(α−1)L≥βL×4.5L<β

(4.5)

The values of αα and ββ are defined as 1.09929682680944 and 0.018053968510807 respectively at full precision, but the document clarifies that for practical purposes in 10-bit systems the values 1.099 and 0.018 can be used (making this the same equation as that for Rec. 709) and for 12-bit systems, 1.0993 and 0.0181 can be used.

In SDR, Rec. 2020 specifies a display with a BT.1886 EOTF. But in fact, Rec. 2020 is more commonly used only as a set of primaries for an output referred encoding, together with either an ST 2084 or HLG transfer function.

 

Red Green Blue White Point
0.708, 0.292 0.170, 0.797 0.131, 0.046 0.3127, 0.3290 (D65)

4.1.5 

 

: The ACES Still Life reference image encoded with the ST 2084 1000 nits Output Transform.

Copyright © A.M.P.A.S 

SMPTE ST 2084 (Society of Motion Picture and Television Engineers, ) is an output-referred encoding used for high dynamic range displays, normally in conjunction with Rec. 2020 primaries. It can encode values up to 10 000 cd/m2, and was originally specified by Dolby under the name PQ, for Perceptual Quantizer. To encode such a wide range without visible banding, ST 2084 requires at least 12-bit processing to be used in production. For delivery at least 10 bits are required, and although visible banding is possible at this bit depth, experiments by Dolby have indicated that noise present in real-world images makes this banding imperceptible. Integer codings may use either “narrow range” or “full range” (see Section ).

Because PQ is perceptually uniform, it can be a useful working space for applying output-referred grades, or as a shaper for LUTs (see Section ) and some game engines do exactly this, transforming from linear to PQ in order to apply a look as a 3D LUT, and then transforming back to linear for further processing. It should not be used for scene-referred grading, as negative values are clipped.

ITU-R BT.2100 (International Telecommunication Union, ) specifies both an OETF and EOTF for PQ, which are not the inverse of one another, creating a non-unity OOTF. While in theory, this allows PQ to be used as a scene-referred encoding, in practice, no digital cinema camera currently implements this, and the encoding function exists in the spec only for completeness. It is important to be aware that the BT.2100 OETF is not the same as the OETF specified in ST 2084, which is simply the inverse of the EOTF.

The ST 2084 EOTF is an absolute encoding, defined by the following equation:

L=10000×(max(V1∕m2−c1,0)c2−c3×V1∕m2)1∕m1L=10000×max(V1∕m2−c1,0)c2−c3×V1∕m21∕m1

(4.6)

Where L is the display luminance in cd/m2 and the constants are:

m1m2c1c2c3=2610∕16384=2523∕4096×128=3424∕4096=2413∕4096×32=2392∕4096×32m1=2610∕16384m2=2523∕4096×128c1=3424∕4096c2=2413∕4096×32c3=2392∕4096×32

 

While the output of the ST 2084 EOTF is defined in absolute units of cd/m2, the input to the function is less rigorously defined. As such, there is some debate as to what transform to apply to scene-referred linear data before converting to ST 2084. The most basic approach would be to simply scale the scene-referred linear values to set diffuse white to a particular display brightness and then encode with the inverse of the ST 2084 EOTF. However, this would make display light directly proportional to scene light and, as has been discussed in Section , due to the difference in absolute luminance and viewing environment, this will not normally give a perceptual match. Some form of view transform is usually required. This can be left to the colorist to add as part of the look, but a base transform which adds some contrast and roll-off in the highlights and shadows can be beneficial. It is also worth bearing in mind that the traditional lift, gamma, and gain operators are particularly unsuitable for acting on ST 2084 image data, where 0-1 represent zero to 10 000 cd/m2. Highlights, in particular, can swing uncontrollably into extreme values as a result of small changes. Modern grading systems offer alternate grading operators tailored to the needs of HDR grading.

The most universally available view transforms for HDR are the ACES Output Transforms. Versions are included for 1000, 2000, and 4000 cd/m2. These aim to provide an HDR image which is perceptually similar to the result of the ACES SDR Output Transforms, placing diffuse white at about 107 cd/m2 (in ACES 1.1, where 86 cd/m2 was used by ACES 1.0) and reserving the higher luminances for specular highlights and in-frame light sources. This is in line with the original intent of the ST 2084 specification, which says that it “is intended to enable the creation of video images with an increased luminance range; not for the creation of video images with overall higher luminance levels.” However, as more experience has been gained with delivering in HDR, many people have come to feel that a higher level for diffuse white is preferable and that, particularly given the higher brightnesses of current consumer SDR televisions and computer displays, this gives a better perceptual match between SDR and HDR versions of the same image. For broadcast programs ITU-R BT.2408-0 recommends setting diffuse white at 203 cd/m2, but acknowledges that it is a creative choice. This kind of exposure offset can be achieved in ACES as part of an HDR specific Look Transform which simply applies gain in linear. The parametric Output Transforms which form part of ACES 1.1 include a parameter for “mid-point luminance” (18% grey) but this is not currently exposed to end users and is fixed at 15 cd/m2 .

Some manufacturers implement view transforms for HDR in their cameras for on-set HDR monitoring, and provide LUTs which match those transforms for use in post. ARRI’s ALF-2 and RED’s IPP2 LUTs can be used as output transforms for LogC/ALEXA Wide Gamut and Log3G10/RED Wide Gamut working spaces respectively, and other color encodings can be transformed to those to make them suitable as input for the LUTs. Some grading systems implement these as options in their color management pipelines, and also offer their own proprietary view transforms. When using a proprietary tone mapping algorithm it is important to ensure that a method is available, usually by baking a LUT, for implementing the transforms in other software.

4.1.6 

 

: The ACES Still Life reference image encoded with the HLG Output Transform.

Notice that the image looks “normal”, if somewhat muted on an SDR display.
Copyright © A.M.P.A.S 

Hybrid Log Gamma is an encoding designed by the BBC in collaboration with NHK. It is defined as a scene-referred encoding so is based on an OETF but also defines an EOTF to work in conjunction with it. When concatenated, these produce the encoding’s OOTF, a system gamma, which defines the relationship between scene light and display light. The HLG OOTF is a power law function whose exponent is dependent on the peak white of the particular display. It is also, unlike most transfer functions, not simply applied to each RGB component independently, but rather it incorporates the luminance value, a weighted sum of the three linear components, in the calculation.

Part of the design intent of HLG is that the OETF encodes a high dynamic range scene using a curve which is broadly similar to that which might be used by a traditional SDR video camera with a highlight compressing ‘knee’. This means that an HLG signal displayed on an SDR monitor, which has no way of interpreting the signal as HDR and simply applies a BT.1886 EOTF, will produce a reasonable looking image. Because HLG encodings normally use Rec. 2020 primaries, rather than Rec. 709, the image is likely to look somewhat desaturated, but it will be watchable. This backward compatibility is intended to enable HLG signals to be processed through legacy SDR infrastructure in studios and outside broadcast trucks, without all monitors needing to be replaced with HDR displays. In order to provide this kind of compatibility, it is recommended to set exposure so diffuse white falls at 75% in HLG. On a 1000 cd/m2 display this will produce the same 203 cd/m2 luminance as using ST 2084 according to ITU-R BT.2408-0, as mentioned above.

Whilst HLG provides additional headroom for highlights by ‘emulating’ a traditional SDR camera knee, a large increase in dynamic range is also achieved by no longer using a linear part of the OETF near black. This is a significant difference from the SDR Rec. 709 curve. Not having a linear portion to the OETF means that noise reduction in the blacks must be achieved by alternative processing in the camera.

The HLG encoding function is defined by ITU-R BT.2100 (International Telecommunication Union, ) as:

V={sqrt(3×L)a×ln(12×L−b)+cL≤112L>112V=sqrt(3×L)L≤112a×ln(12×L−b)+cL>112

(4.7)

Where the constants are:

abc=0.17883277=1−4×a=0.5−a×ln(4×a)a=0.17883277b=1−4×ac=0.5−a×ln(4×a)

And L is normalized such that the entire scene dynamic range to be encoded is scaled to the 0-1 range.

 

The HLG EOTF is defined in terms of its OOTF, which is:

RDGDBD=α×Yγ−1S×RS=α×Yγ−1S×GS=α×Yγ−1S×BS(4.8)RD=α×YSγ−1×RSGD=α×YSγ−1×GS(4.8)BD=α×YSγ−1×BS

Where [RSRS, GSGS, BSBS] is the scene light for the three components, and [RDRD, GDGD, BDBD] is the display light for the components. YSYS is the scene luminance, calculated as:

YS=0.2627×RS+0.6780×GS+0.0593×BSYS=0.2627×RS+0.6780×GS+0.0593×BS

(4.9)

And:

αγ=LW=1.2+0.42×log10(LW1000)(4.10)(4.11)α=LW(4.10)γ=1.2+0.42×log10LW1000(4.11)

The values of RSRS, GSGS and BSBS are derived by inverting the encoding function for each component using the following formula:

E=max(0,V×(1−β)+β)E=max(0,V×(1−β)+β)

(4.12)

L=⎧⎩⎨⎪⎪E23exp(E−ca)+b120≥E≥1212>E≥1L=E230≥E≥12exp(E−ca)+b1212>E≥1

(4.13)

Where:

β=sqrt(3×(LBLW)1∕γ)β=sqrt3×LBLW1∕γ

(4.14)

 

In practice, while HLG may be used as a scene referred encoding in situations such as live sports broadcasting, an HLG deliverable is often created from an ST 2084 display-referred master by applying the ST 2084 EOTF followed by the inverse HLG EOTF for a notional 1000 cd/m2 display to compute the HLG signal needed to produce the same displayed image as the ST 2084 signal.

4.1.7 

 

: The ACES Still Life reference image encoded with the P3 DCI 48 nits Output Transform.

Note that this output transform includes a “D60 sim”, giving the image a slight magenta tint when viewed on an sRGB (D65) display. On the intended P3 DCI display neutrals would appear with ACES (∼∼D60) white.
Copyright © A.M.P.A.S 

DCI-P3 is a color space commonly used in digital cinema production, as it is well suited to theatrical presentation since it describes the native primaries of a DMD projector. Whereas the sRGB specification uses a color encoding suited for the desktop environment, the DCI-P3 specification uses a color encoding suited for theatrical luminance levels.

A projector calibrated to DCI-P3 uses a pure 2.6 gamma EOTF with white point chromaticity coordinates of 0.314, 0.351. The P3 primaries are wide-gamut relative to desktop standards; pure sRGB red is relatively desaturated with a distinctly orange-red hue, while pure P3 red is “blood” red, almost on the spectral locus. The DCI white point is not necessarily the creative white point used in mastering. Productions are free to master to any white point they prefer, provided all mastered colors fall within the allowed DCI gamut. Indeed, for artistic considerations, the DCI white point is often avoided due to its greenish cast relative to the daylight curve.

 

Red Green Blue White Point
0.680, 0.320 0.265, 0.690 0.150, 0.060 0.314, 0.351

4.1.8 

 

: The ACES Still Life reference image encoded with the P3 D65 48 nits Output Transform.

Copyright © A.M.P.A.S 

The Primaries of P3 are also used in combination with a D65 white point. Where projectors are calibrated to P3 D65 the same 2.6 gamma as P3 DCI is used, but for wide gamut desktop displays the sRGB EOTF is used. In addition, P3 D65 is often used as a “limiting gamut” when a wider gamut such as Rec. 2020 is used as the encoding gamut, but where the target display is not capable of covering that gamut.

Red Green Blue White Point
0.680, 0.320 0.265, 0.690 0.150, 0.060 0.3127, 0.3290 (D65)

4.1.9 

 

: The ACES Still Life reference image encoded with the DCDM Output Transform.

On an sRGB display it is low contrast (due to the 2.6 gamma) and the colors appear incorrect, since X′Y′Z′X′Y′Z′ values are being interpreted as if they were R′G′B′R′G′B′.
Copyright © A.M.P.A.S 

The Digital Cinema Initiative (DCI) specification (Digital Cinema Initiatives, ) defines the standard for digital cinema mastering and theatrical exhibition, including colorimetry. The encoding specified for DCP (Digital Cinema Package) mastering is X′Y′Z′X′Y′Z′ (called “X-prime, Y-prime, Z-prime”). It is an output-referred, gamma 2.6 encoding of CIE-XYZ, with a reference white at 48 cd/m2. As the X′Y′Z′X′Y′Z′ coding space spans an area larger than the visual gamut, the minimum display gamut specified by DCI is that of P3.

The intent of the X′Y′Z′X′Y′Z′ coding space is output-referred, so that the full-color appearance of the theatrical imagery, such as any film emulation 3D LUTs, are fully baked into the X′Y′Z′X′Y′Z′ image. Therefore, an image in X′Y′Z′X′Y′Z′ is completely unambiguous; there should be essentially no color variation between properly calibrated theatrical digital projectors.

The DCI specification chose a gamma 2.6 encoding after a series of perceptual experiments using “golden-eye observers” to maximize the bit-depth fidelity under theatrical viewing conditions. DCI specifies 12 bits per channel, which is intended to prevent banding artifacts under even the most trying conditions. DCI also specifies a series of color patches which are useful in calibration. (Please refer to the DCI specification for additional details.) X′Y′Z′X′Y′Z′ files are encoded using JPEG-2000 compression, which is a lossy, wavelet compression codec. No inter-frame compression is used, which allows for both forward and backward scrubbing. The DCI specification also defines two resolutions known as “2K” and “4K”. The 2K raster is 2048×1080 and the 4K raster is 4096×2160. DCI compliant films must fill at least one of these axes. Material with an aspect ratio of 1.85:1 (“flat”) is typically delivered for a 2K release at 1998×1080, and 2.39:1 (“scope”) is delivered for a 2K release at 2048×858. For 4K release, these sizes are doubled. DCP encoders accept 16-bit tiffs, so the convention is to utilize the full 16-bit coding range of 0-65535, and then to let the compressor just use the high order 12 bits.

The method for conversion from a DCI P3 R′G′B′R′G′B′ to X′Y′Z′X′Y′Z′ is:

⎡⎣⎢XYZ⎤⎦⎥=⎡⎣⎢0.445169820.209491680.000000000.277134410.721595250.047060560.172282670.068913070.90735539⎤⎦⎥⋅⎡⎣⎢R2.6G2.6B2.6⎤⎦⎥XYZ=0.445169820.277134410.172282670.209491680.721595250.068913070.000000000.047060560.90735539⋅R2.6G2.6B2.6

(4.15)

Where RR, GG and BB are 2.6 gamma coded DCI P3 values in the range 0-1.

X′Y′Z′=round(4095×(clamp(XYZ)×4852.37)12.6)X′Y′Z′=round4095×clamp(XYZ)×4852.3712.6

(4.16)

The matrix shown converts [1, 1, 1] to [3794, 3960, 3890], the reference code values for DCI white. A different matrix is needed for material mastered to a different white point, i.e. encoded for a projector with a different white point and a viewer adapted to that white. A change of creative white baked into a P3-DCI encoding (such as the ACES “D60 sim”) does not require a change of matrix.

The value of 48/52.37 is called the normalizing constant and is included to permit mastering with creative white points other than the DCI calibration white. Equal DCDM code values produce Equal Energy white (CIE Illuminant E - the result of a flat spectral power distribution). Unequal code values are needed to produce other whites, such as DCI white, or D65. If code values of [4095, 4095, 4095] produced Equal Energy white at 48 cd/m2, the values needed to produce D65 white at 48 cd/m2 would be [4016, 4095, 4232] and 4232 is outside the range possible with 12-bit integer coding.

See Kennel () for additional details on mastering for digital cinema. The full DCI specification (Digital Cinema Initiatives, ) is freely available online; highly recommended reading for those involved in theatrical mastering.

4.1.10 

 

: The ACES Still Life reference image converted to LogC / ALEXA Wide Gamut.

Copyright © A.M.P.A.S 

LogC is the encoding used in the ARRI ALEXA series of cameras, including the AMIRA. It is used together with the ALEXA Wide Gamut primaries and a white point of D65. The exact encoding curve varies slightly with the Exposure Index (EI) set on the camera, keeping 18% grey to an encoded value of 400/1023, and applying highlight compression at EI values above 1600 to prevent sensor clipping falling above the LogC 0-1 range. The exact linearization curves for LogC at all EI values are included as 1D LUTs in the Input Transforms in the ACES GitHub repository, together with the Python code which generates those 1D LUTs. However, in many cases, the simplified form of the curve for EI800 is sufficient, for which the encoding function is:

V={c×log10(a×L+b)+de×L+fL>cutL≤cutV=c×log10(a×L+b)+dL>cute×L+fL≤cut

(4.17)

At EI800 the values of the constants are:

cutabcdef=0.010591=5.555556=0.052272=0.247190=0.385537=5.367655=0.092809cut=0.010591a=5.555556b=0.052272c=0.247190d=0.385537e=5.367655f=0.092809

 

The decoding function is:

V=⎧⎩⎨(10(V−d)∕c−b)aV−feV>e×cut+fV≤e×cut+fV=(10(V−d)∕c−b)aV>e×cut+fV−feV≤e×cut+f

(4.18)

 

Red Green Blue White Point
0.6840, 0.3130 0.2210, 0.8480 0.0861, -0.1020 0.3127, 0.3290 (D65)

4.1.11 

 

: The ACES Still Life reference image converted to Blackmagic Film 4.6K.

Copyright © A.M.P.A.S 

Cameras from Blackmagic Design (BMD) use different log encoding curves, depending on the model. The mathematical encoding curves are not currently published, and neither are the primaries. However 1D LUTs for linearization are provided with DaVinci Resolve, and these can be used in other applications. The encoding primaries of log material from Blackmagic cameras can be converted using the Color Space effect in Resolve.

 

4.1.12 

 

: The ACES Still Life reference image converted to Canon Log3 / Cinema Gamut.

Copyright © A.M.P.A.S 

Canon cameras offer a range of options for encoding curves and primaries, making for a very large number of permutations. Primaries can be selected from Cinema Gamut, Rec. 2020 and Rec. 709 (see sections above for the latter three). For the encoding curve, there is a choice of Canon Log 1, 2 and 3. It is important to ascertain which primaries and Canon Log variant were used when shooting, in order to linearize correctly and transform to the working color space. Many applications are unable to read the Canon metadata which specifies the recording primaries and encoding curve, so it can be useful to open the media in the Canon XF Utility, available from Canon’s website, and make a note of the settings.

The latest iteration of Canon Log is Canon Log 3, for which the encoding function is:

V=⎧⎩⎨⎪⎪−0.367268×log10(1−16.6481×L)+0.1278392.19498×L+0.1251220.367268×log10(1+16.6481×L)+0.122405L<−0.0126−0.0126≤L≤0.0126L>0.0126V=−0.367268×log10(1−16.6481×L)+0.127839L<−0.01262.19498×L+0.125122−0.0126≤L≤0.01260.367268×log10(1+16.6481×L)+0.122405L>0.0126

(4.19)

A variation on these equations may be found in some places. The alternate form take as input what Canon refers to as “linear IRE”. This is given by dividing the more commonly used reflectance value by 0.9. Thus 18% grey would be input to the function not as 0.18, but rather as 0.2. Also the alternate function returns “IRE” but Canon Log image data is more likely to be stored as unscaled code values, so a full to legal scale (see Section ) needs to be applied to the encoded data. As long as the inputs and outputs are properly scaled, the two versions of the equations will give the same result.

 

The decoding function for Canon Log 3 is:

L=⎧⎩⎨⎪⎪⎪⎪⎪⎪⎪⎪−(10(0.127839−V)∕0.367268−1)/16.6481(V−0.125122)∕(2.19498)(10(V−0.122405)∕0.367268−1)/16.6481L<0.040761620.04076162≤L≤0.105357102L>0.105357102L=−(10(0.127839−V)∕0.367268−1)∕16.6481L<0.04076162(V−0.125122)∕(2.19498)0.04076162≤L≤0.105357102(10(V−0.122405)∕0.367268−1)∕16.6481L>0.105357102

(4.20)

Again, the alternate form (found in the ACES Input Transform, for example) takes “IRE” input, and returns “linear IRE”, so a legal to full scale is needed before the function, and the result must be multiplied by 0.9.

 

Red Green Blue White Point
0.740, 0.270 0.170, 1.140 0.080, -0.100 0.3127, 0.3290 (D65)

4.1.13 

 

: The ACES Still Life reference image converted to ProTune Native.

Copyright © A.M.P.A.S 

ProTune “Flat” is a log mode available in the GoPro range of action cameras. It allows disabling of much of the image processing normally applied in camera. The curve encodes the range 0-1 to log values in the range 0-1, so linearization will not yield values >1 unless gain is subsequently applied. Equally, the curve is not able to encode negative values, but because the sensor A/D has a black offset, this should be subtracted after linearization, which may result in some negative values.

The encoding function is:

V=ln(L×112+1)ln(113)V=ln(L×112+1)ln(113)

(4.21)

 

The decoding function is:

L=113V−1112L=113V−1112

(4.22)

 

Red Green Blue White Point
0.698448, 0.193026 0.329555, 1.024597 0.108443, -0.034679 0.3127, 0.3290 (D65)

4.1.14 

 

: The ACES Still Life reference image converted to V-Log / V-Gamut.

Copyright © A.M.P.A.S 

V-Log, paired with V-Gamut is the log recording format used by the Panasonic Varicam range of cameras, as well as the AU-EVA1. Some of the lower end Panasonic cameras such as the Lumix range offer V-Log L recording. This uses exactly the same curve as V-Log, simply with the upper part of the dynamic range unused, so the same linearization function can be used.

The V-Log encoding function is:

V={5.6×L+0.125c×log10(L+b)+dL<0.01L≥0.01V=5.6×L+0.125L<0.01c×log10(L+b)+dL≥0.01

(4.23)

Where the constants are:

bcd=0.00873=0.241514=0.598206b=0.00873c=0.241514d=0.598206

 

The V-Log decoding function is:

L={V−0.1255.610(V−d)∕c−bV<0.181V≥0.181L=V−0.1255.6V<0.18110(V−d)∕c−bV≥0.181

(4.24)

 

Red Green Blue White Point
0.730, 0.280 0.165, 0.840 0.100, -0.030 0.3127, 0.3290 (D65)

4.1.15 

 

: The ACES Still Life reference image converted to Log3G10 / RED Wide Gamut.

Copyright © A.M.P.A.S 

Over the years, RED have used various log encodings and primaries with their cameras, and the details of these have not been published. The current RED IPP2 image processing uses primaries called RED Wide Gamut RGB, paired with a log encoding called Log3G10, the details of which have been published in a white paper (). The numbers 3 and 10 in the name indicate that 18% grey is encoded as 1313, and the curve encodes 10 stops above mid-grey; that is to say, 0.18×2100.18×210 is encoded as 1.0 in Log3G10.

The Log3G10 encoding function is:

V={(L+0.01)×15.1927a×log10(b×(L+0.01)+1)L<−0.01L≥−0.01V=(L+0.01)×15.1927L<−0.01a×log10(b×(L+0.01)+1)L≥−0.01

(4.25)

Where the constants are:

ab=0.224282=155.975327a=0.224282b=155.975327

 

The decoding function is:

L=⎧⎩⎨V15.1927−0.01((10V∕a−1)/b)−0.01V<0V≥0L=V15.1927−0.01V<0((10V∕a−1)∕b)−0.01V≥0

(4.26)

 

Red Green Blue White Point
0.780308, 0.304253 0.121595, 1.493994 0.095612, -0.084589 0.3127, 0.3290 (D65)

4.1.16 

 

: The ACES Still Life reference image converted to S-Log3 / S-Gamut3.

Copyright © A.M.P.A.S 

Sony has offered a range of encoding curves in their cameras, with the latest being S-Log3. The original S-Log is now deprecated, and not something likely to be seen on current productions. S-Log2 and S-Log3 are still both current. S-Log2 is normally paired with S-Gamut primaries, whereas S-Log3 may be paired either with S-Gamut3 or S-Gamut3.Cine primaries.

S-Gamut and S-Gamut3 use the same wide gamut primaries; it is simply that the matrices used in the camera to transform to them from the sensor native color space are different. As has been mentioned previously in Section , a 3x3 camera matrix can only ever be an approximation of the ideal transform to a set of encoding primaries. S-Gamut and S-Gamut3 use different optimizations. S-Gamut3 has the additional advantage that the transform to ACES is the same at all color temperatures, whereas for S-Gamut, two Input Transforms are provided by Sony for use under tungsten and daylight. S-Gamut3.Cine is slightly less wide gamut than S-Gamut3, and was designed to be more closely aligned with P3 primaries, making manual grading to P3 simpler. In a scene-referred workflow there is no benefit to this, and indeed recording in S-Gamut3.Cine will clip some colors which may be present in the scene, compared to S-Gamut3. Nonetheless, many people use S-Gamut3.Cine as the default camera setting, so it is important to ascertain which was used.

As with Canon footage, using Sony’s own software can be a useful way of reading metadata from the files which might not otherwise be available. Some Sony cameras also include XML files with the media, which can provide useful information.

The S-Log2 encoding function is:

V=⎧⎩⎨(64+876×(0.432699×log10(155×L∕197.1+0.037584)+0.646596))1023(64+876×(L×3.53881278538813∕0.9+0.030001222851889303))1023L≥0L<0V=(64+876×(0.432699×log10(155×L∕197.1+0.037584)+0.646596))1023L≥0(64+876×(L×3.53881278538813∕0.9+0.030001222851889303))1023L<0

(4.27)

The S-Log3 encoding function is:

V=⎧⎩⎨420+log10((L+0.01)∕0.19)×261.5102395+L×76.2102946929∕0.011251023L≥0.01125L<0.01125V=420+log10((L+0.01)∕0.19)×261.51023L≥0.0112595+L×76.2102946929∕0.011251023L<0.01125

(4.28)

 

The S-Log2 decoding function is:

L=⎧⎩⎨⎪⎪197.1×(10((V×1023−64)∕876−0.646596)∕0.432699−0.037584)1550.9×((V×1023−64)∕876−0.030001222851889303)3.53881278538813V≥64+0.030001222851889303×8761023V<64+0.030001222851889303×8761023L=197.1×(10((V×1023−64)∕876−0.646596)∕0.432699−0.037584)155V≥64+0.030001222851889303×87610230.9×((V×1023−64)∕876−0.030001222851889303)3.53881278538813V<64+0.030001222851889303×8761023

(4.29)

The S-Log3 decoding function is:

L={10(V×1023−420)∕261.5×0.19−0.01(V×1023−95)×0.0112500076.2102946929V≥171.21029469291023V<171.21029469291023L=10(V×1023−420)∕261.5×0.19−0.01V≥171.21029469291023(V×1023−95)×0.0112500076.2102946929V<171.21029469291023

(4.30)

 

Red Green Blue White Point
0.730, 0.280 0.140, 0.855 0.100, -0.050 0.3127, 0.3290 (D65)

 

Red Green Blue White Point
0.766, 0.275 0.225, 0.800 0.089, -0.087 0.3127, 0.3290 (D65)

4.1.17 

 

: The ACES Still Life reference image as ACES2065-1.

Pixel values >1 are present in the original, but clipped in this rendering.
Copyright © A.M.P.A.S 

ACES2065-1 is a scene-referred linear encoding used for interchange of imagery in ACES workflows. Its primaries (AP0) were chosen to be able to encode all visible colors using positive values, so it encompasses the entire spectral locus. The primaries are therefore all physically unrealizable.

ACES2065-1 uses a white point which is close to D60, but differs slightly. Despite this, it is frequently casually referred to as “D60”, for example in the “D60 sim” ACES Output Transforms. See AMPAS TB-2018-001 /parenciteTheAcademyofMotionPictureArtsandSciences2018 for detail on the choice and derivation of the ACES white point.

 

Red Green Blue White Point
0.7347, 0.2653 0.0, 1.0 0.0001, -0.077 0.32168, 0.33767

4.1.18 

 

: The ACES Still Life reference image converted to ACEScg.

Pixel values >1 are present in the original, but clipped in this rendering.
Copyright © A.M.P.A.S 

ACEScg is an alternative ACES scene-referred linear encoding for use in CGI and compositing. Its primaries (AP1) although still slightly outside the spectral locus, correspond more closely to the red, green and blue of other color spaces, in particular Rec. 2020. See Section  for more information on why ACEScg is a suitable color space for CGI rendering. ACEScg uses the same ACES white point as all the ACES color spaces.

 

Red Green Blue White Point
0.713, 0.293 0.165, 0.830 0.128, 0.044 0.32168, 0.33767

4.1.19 

 

: The ACES Still Life reference image converted to ACEScc.

Copyright © A.M.P.A.S 

ACEScc is a logarithmic variant of the ACEScg color space for use in grading. It is a pure log curve, so each stop change of exposure is represented by an equal offset of the ACEScc value throughout the range. It uses AP1 primaries, which are the same as those used by ACEScg. Being a pure log curve, ACEScc cannot encode negative values (although the ACES spec asks that implementers provide some means of handling negative values in order to preserve them through a transform to ACEScc and back). It encodes a very wide dynamic range, with 1.0 representing a linear value of 222.86, or 10.27 stops above mid-grey.

An integer form of ACEScc is ACESproxy, designed for on set live grading, such that CDL corrections applied to the 0-100% “IRE” range of ACESproxy will give the same result when the same corrections are applied to ACEScc. ACESproxy exists in 10 and 12-bit variants. ACEScc can be converted to ACESproxy with the following equation:

ACESproxy=16×2n−8+clamp(ACEScc)×219×2n−8ACESproxy=16×2n−8+clamp(ACEScc)×219×2n−8

(4.31)

The encoding function of ACEScc is:

V=⎧⎩⎨⎪⎪⎪⎪(9.72−16)∕17.52(log2(2−16+L×0.5)+9.72)/17.52(log2(L)+9.72)∕17.52L≤00<L<2−15L≥2−15V=(9.72−16)∕17.52L≤0(log2(2−16+L×0.5)+9.72)∕17.520<L<2−15(log2(L)+9.72)∕17.52L≥2−15

(4.32)

 

The decoding function is:

L=⎧⎩⎨⎪⎪⎪⎪⎪⎪(2V×17.52−9.72−2−16)×22V×17.52−9.7265504V≤9.72−1517.529.72−1517.52<V<log2(65504)+9.7217.52V≥log2(65504)+9.7217.52L=(2V×17.52−9.72−2−16)×2V≤9.72−1517.522V×17.52−9.729.72−1517.52<V<log2(65504)+9.7217.5265504V≥log2(65504)+9.7217.52

(4.33)

 

Red Green Blue White Point
0.713, 0.293 0.165, 0.830 0.128, 0.044 0.32168, 0.33767

4.1.20 

 

: The ACES Still Life reference image converted to ACEScct.

Copyright © A.M.P.A.S 

ACEScct is a variation on ACEScc, which is identical through most of the curve but adds a linear portion near black to create a toe, and to allow for the encoding of negative values. Because the toe of the resulting curve makes it more similar to camera log encodings than the pure log of ACEScc, it responds in a more comparable way to grading operations.

Grades made to ACEScc or ACESproxy image data will give the same result over most of the range when applied to ACEScct image data, but the result in the shadows will differ, due to the toe.

The ACEScct encoding function is:

V=⎧⎩⎨⎪⎪10.5402377416545×L+0.07290553419583552V×17.52−9.72L≤0.0078125L>0.0078125V=10.5402377416545×L+0.0729055341958355L≤0.00781252V×17.52−9.72L>0.0078125

(4.34)

 

The decoding function is:

L=⎧⎩⎨⎪⎪⎪⎪⎪⎪V−0.072905534195835510.54023774165452V×17.52−9.7265504V≤0.1552511415525110.155251141552511<V<log2(65504)+9.7217.52V≥log2(65504)+9.7217.52L=V−0.072905534195835510.5402377416545V≤0.1552511415525112V×17.52−9.720.155251141552511<V<log2(65504)+9.7217.5265504V≥log2(65504)+9.7217.52

(4.35)

4.1.21 

 

: The ACES Still Life reference image converted to ADX10.

Copyright © A.M.P.A.S 

The Cineon log encoding differs from digital motion-picture camera log encodings in that Cineon is an encoding of the optical density of the film negative, which is itself logarithmic. The non-linearities and cross-channel effects of film mean that there are no CIE xy values which can be said to be the primaries of a Cineon encoding. This means that there is not one formula which precisely reverts Cineon film scans to scene-referred linear. Various functions are proposed for linearising film scans.

The Cineon linearization function used by Nuke (which RED also use as REDlogFilm) is:

L=(101023×V−685300−0.01081−0.0108L=(101023×V−685300−0.01081−0.0108

(4.36)

 

And its inverse is:

V=log10(V×(1−0.0108)+0.0108)×300+6851023V=log10(V×(1−0.0108)+0.0108)×300+6851023

(4.37)

Another option is the “Pivoted log lin” formula (PLogLin):

L=10(V×1023−445)×0.0020.6×0.18L=10(V×1023−445)×0.0020.6×0.18

(4.38)

 

And its inverse:

V=log10(L0.18)×0.60.002+4451023V=log10L0.18×0.60.002+4451023

(4.39)

The constants in the PLogLin equation are derived from a linear grey value of 0.18 mapping to a 10-bit value of 445, and a negative gamma of 0.6 with a density of 0.002 per 10-bit code value.

The function here has been modified from that published by Sony in order to map reflectance to code value in the same manner as the published S-Log3 function. The same has been done for the decoding function.

The S-Log2 curve used in Nuke 11.3v1 and later is modified in this same way, but earlier versions were not, and versions earlier than 11.2v4 also contained an error in one of the constants. Thus the Colorspace node did not give a linearization matching the ACES IDT for S-Log2. The correct result could be obtained by using the OCIOColorSpace node with the ACES 1.0.3 OCIO config.

UpNext

Copyright © 2012-2019 ‐ Cinematic Color Authors ‐ 

转载地址:http://lqwqb.baihongyu.com/

你可能感兴趣的文章
mongos分片集群下db数量过多导致服务不可用
查看>>
mysql唯一索引的一个小常识--Duplicate entry 'XXX' for key 'XXX'
查看>>
故障处理--mongos count不准
查看>>
大量短连接导致haproxy服务器端口耗尽
查看>>
mongo3.0.9库命名的一个S级bug
查看>>
跨版本导入数据导致mysqld崩溃
查看>>
xtrabackup对于flush tables with read lock操作的设置
查看>>
Gone away故障原因排查
查看>>
Server has authorization schema version 3,but found a schema version 1 user
查看>>
WebSphere的池设置——线程池、连接池
查看>>
caffe-ssd调试问题总结
查看>>
用户态调测工具(二):perror和man
查看>>
机器学习&深度学习入门历程
查看>>
LTP(Linux Test Project)学习(一)——LTP介绍
查看>>
LTP(Linux Test Project)学习(二)——LTP下载编译执行
查看>>
LTP(Linux Test Project)学习(三)——LTP目录介绍
查看>>
DirtyCow CVE-2016-5195分析
查看>>
caffe编译报错解决记录
查看>>
LTP(Linux Test Project)学习(七)——LTP提交补丁
查看>>
Linux 4.0亮点特性
查看>>