YIQ
   HOME

TheInfoList



OR:

YIQ is the
color space A color space is a specific organization of colors. In combination with color profiling supported by various physical devices, it supports reproducible representations of colorwhether such representation entails an analog or a digital represe ...
used by the analog
NTSC NTSC (from National Television System Committee) is the first American standard for analog television, published and adopted in 1941. In 1961, it was assigned the designation System M. It is also known as EIA standard 170. In 1953, a second ...
color TV system. ''I'' stands for ''in-phase'', while ''Q'' stands for ''quadrature'', referring to the components used in
quadrature amplitude modulation Quadrature amplitude modulation (QAM) is the name of a family of digital modulation methods and a related family of analog modulation methods widely used in modern telecommunications to transmit information. It conveys two analog message signa ...
. Other TV systems used different color spaces, such as YUV for
PAL Phase Alternating Line (PAL) is a color encoding system for analog television. It was one of three major analogue colour television standards, the others being NTSC and SECAM. In most countries it was broadcast at 625 lines, 50 fields (25 ...
or
YDbDr YDbDr, sometimes written YD_BD_R, is the colour space used in the SECAM (adopted in France and some countries of the former Eastern Bloc) analog colour television broadcasting standard. It is very close to YUV (used on the PAL system) and it ...
for SECAM. Later digital standards use the
YCbCr YCbCr, Y′CbCr, also written as YCBCR or Y′CBCR, is a family of color spaces used as a part of the color image pipeline in digital video and digital photography, photography systems. Like YPbPr, YPBPR, it is based on RGB primaries; the two ...
color space. These color spaces are all broadly related, and work based on the principle of adding a color component named ''
chrominance Chrominance (''chroma'' or ''C'' for short) is the signal used in video systems to convey the color information of the picture (see YUV color model), separately from the accompanying Luma (video), luma signal (or Y' for short). Chrominance is usu ...
'', to a black and white image named '' luma''. In YIQ the Y component represents the luma information, and is the only component used by black-and-white television receivers. I and Q represent the chrominance information, with I indicating (roughly) orange-
blue Blue is one of the three primary colours in the RYB color model, RYB colour model (traditional colour theory), as well as in the RGB color model, RGB (additive) colour model. It lies between Violet (color), violet and cyan on the optical spe ...
contrast, and Q indicating
purple Purple is a color similar in appearance to violet light. In the RYB color model historically used in the arts, purple is a secondary color created by combining red and blue pigments. In the CMYK color model used in modern printing, purple is ...
-
green Green is the color between cyan and yellow on the visible spectrum. It is evoked by light which has a dominant wavelength of roughly 495570 nm. In subtractive color systems, used in painting and color printing, it is created by a com ...
contrast. I and Q can be thought of as a second pair of axes on the same graph as the YUV color space, rotated 33°; therefore IQ and UV represent different coordinate systems on the same plane. The YIQ system is intended to take advantage of human color-response characteristics. The eye is more sensitive to changes in the orange-blue (I) range than in the purple-green range (Q)—therefore less
bandwidth Bandwidth commonly refers to: * Bandwidth (signal processing) or ''analog bandwidth'', ''frequency bandwidth'', or ''radio bandwidth'', a measure of the width of a frequency range * Bandwidth (computing), the rate of data transfer, bit rate or thr ...
is required for Q than for I. Broadcast NTSC limits I to 1.3 MHz and Q to 0.4 MHz. I and Q are frequency interleaved into the 4 MHz Y signal, which keeps the bandwidth of the overall signal down to 4.2 MHz. In YUV systems, since U and V both contain information in the orange-blue range, both components must be given the same amount of bandwidth as I to achieve similar color fidelity. Very few television sets perform true I and Q decoding, due to the high costs of such an implementation. Compared to the cheaper R-Y and B-Y decoding which requires only one filter, I and Q each requires a different filter to satisfy the bandwidth differences between I and Q. These bandwidth differences also require that the 'I' filter include a time delay to match the longer delay of the 'Q' filter. The Rockwell Modular Digital Radio (MDR) was one I and Q decoding set, which in 1997 could operate in frame-at-a-time mode with a PC or in realtime with the Fast IQ Processor (FIQP). Some
RCA RCA Corporation was a major American electronics company, which was founded in 1919 as the Radio Corporation of America. It was initially a patent pool, patent trust owned by General Electric (GE), Westinghouse Electric Corporation, Westinghou ...
"
Colortrak Colortrak was a trademark used on several RCA color televisions beginning in the 1970s and lasting into the 1990s. After RCA was acquired by General Electric in 1986, GE began marketing sets identical to those from RCA. GE sold both RCA and GE co ...
" home TV receivers made circa 1985 not only used I/Q decoding, but also advertised its benefits along with its
comb filter In signal processing, a comb filter is a Filter (signal processing), filter implemented by adding a delayed version of a signal processing, signal to itself, causing constructive and destructive Interference (wave propagation), interference. The ...
ing benefits as full "100 percent processing" to deliver more of the original color picture content. Earlier, more than one brand of color TV (RCA, Arvin) used I/Q decoding in the 1954 or 1955 model year on models utilizing screens about 13 inches (measured diagonally). The original
Advent Advent is a season observed in most Christian denominations as a time of waiting and preparation for both the celebration of Jesus's birth at Christmas and the return of Christ at the Second Coming. It begins on the fourth Sunday before Chri ...
projection television used I/Q decoding. Around 1990, at least one manufacturer ( Ikegami) of professional studio picture monitors advertised I/Q decoding.


Image processing

The YIQ representation is sometimes employed in color
image processing An image or picture is a visual representation. An image can be two-dimensional, such as a drawing, painting, or photograph, or three-dimensional, such as a carving or sculpture. Images may be displayed through other media, including a pr ...
transformations. For example, applying a histogram equalization directly to the channels in an RGB image would alter the
color balance In photography and image processing, color balance is the global adjustment of the intensities of the colors (typically red, green, and blue primary colors). An important goal of this adjustment is to render specific colors – particularly neu ...
of the image. Instead, the histogram equalization is applied to the Y channel of the YIQ or YUV representation of the image, which only normalizes the brightness levels of the image.


Formulas

These formulas allow conversion between YIQ and RGB color spaces, where R, G, and B are gamma-corrected values. Values for the original 1953 NTSC colorimetry and later SMPTE C FCC standard. The following formulas assume: :R, G, B, Y \in \left 0, 1 \right \quad I \in \left 0.5957, 0.5957\right \quad Q \in \left 0.5226, 0.5226\right/math> The ranges for I and Q are a result of the coefficients in the 2nd and 3rd rows of the RGB-to-YIQ equation matrix below, respectively.


NTSC 1953 colorimetry

These formulas approximate the conversion between the original 1953 color NTSC specification and YIQ.


From RGB to YIQ

: \begin Y \\ I \\ Q \end \approx \begin 0.299 & 0.587 & 0.114 \\ 0.5959 & -0.2746 & -0.3213 \\ 0.2115 & -0.5227 & 0.3112 \end \begin R \\ G \\ B \end


From YIQ to RGB

: \begin R \\ G \\ B \end = \begin 1 & 0.956 & 0.619 \\ 1 & -0.272 & -0.647 \\ 1 & -1.106 & 1.703 \end \begin Y \\ I \\ Q \end Note that the top row is identical to that of the YUV color space * \begin R \\ G \\ B \end = \begin 1 \\ 1 \\ 1 \end \implies \begin Y \\ I \\ Q \end = \begin 1 \\ 0 \\ 0 \end


FCC NTSC Standard (SMPTE C)

In 1987, the
Society of Motion Picture and Television Engineers The Society of Motion Picture and Television Engineers (SMPTE) (, rarely ), founded by Charles Francis Jenkins in 1916 as the Society of Motion Picture Engineers or SMPE, is a global professional association of engineers, technologists, and e ...
(SMPTE) Committee on Television Technology, Working Group on Studio Monitor Colorimetry, adopted the SMPTE C.Society of Motion Picture and Television Engineers (1987–2004): Recommended Practice RP 145-2004. Color Monitor Colorimetry.Society of Motion Picture and Television Engineers (1994, 2004): Engineering Guideline EG 27-2004. Supplemental Information for SMPTE 170M and Background on the Development of NTSC Color Standards, pp. 9 The previous conversion formulas were deprecated, and the NTSC standard contained in the FCC rules for over-the-air analog color TV broadcasting adopted a different matrix:


From RGB to YIQ

:::\left \{ \begin{array}{ccl} E_Y^\prime&=&0.30E_R^\prime+0.59E_G^\prime+0.11E_B^\prime\\ E_I^\prime&=&-0.27(E_B^\prime-E_Y^\prime)+0.74(E_R^\prime-E_Y^\prime)\\ E_Q^\prime&=&0.41(E_B^\prime-E_Y^\prime)+0.48(E_R^\prime-E_Y^\prime) \end{array} \right . in matrix notation, that equation system is written as: : \begin{bmatrix} E_Y^\prime \\ E_I^\prime \\ E_Q^\prime \end{bmatrix} = \begin{bmatrix} 0.30 & 0.59 & 0.11 \\ 0.599 & -0.2773 & -0.3217 \\ 0.213 & -0.5251 & 0.3121 \end{bmatrix} \begin{bmatrix} E_R^\prime \\ E_G^\prime \\ E_B^\prime \end{bmatrix} Where: * E_Y^\prime is the gamma-corrected voltage of luma. * E_R^\prime, E_G^\prime and E_B^\prime are the gamma-corrected voltages corresponding to red, green, and blue signals. * E_I^\prime and E_Q^\prime are the amplitudes of the orthogonal components of the chrominance signal.


From YIQ to RGB

To convert from FCC YIQ to RGB: :::\left \{ \begin{array}{ccl} E_R^\prime = E_Y^\prime + 0.9469 E_I^\prime + 0.6236 E_Q^\prime\\ E_G^\prime = E_Y^\prime - 0.2748 E_I^\prime - 0.6357 E_Q^\prime\\ E_B^\prime = E_Y^\prime - 1.1 E_I^\prime + 1.7 E_Q^\prime \end{array} \right . in matrix notation, that equation system is written as: :\begin{bmatrix} E_R^\prime \\ E_G^\prime \\ E_B^\prime \end{bmatrix} = \begin{bmatrix} 1 & 0.9496 & 0.6236 \\ 1 & -0.2748 & -0.6357 \\ 1 & -1.1000 & 1.7000 \end{bmatrix} \begin{bmatrix} E_Y^\prime \\ E_I^\prime \\ E_Q^\prime \end{bmatrix} : Where: * E_Y^\prime is the gamma-corrected voltage of luma. * E_R^\prime, E_G^\prime and E_B^\prime are the gamma-corrected voltages corresponding to red, green, and blue signals. * E_I^\prime and E_Q^\prime are the amplitudes of the orthogonal components of the chrominance signal.


From YUV to YIQ and vice versa

\begin{bmatrix} Y' \\ I \\ Q \end{bmatrix} = \begin{bmatrix} 1 & 0 & 0 \\ 0 & -\sin(33^\circ) & \cos(33^\circ) \\ 0 & \cos(33^\circ) & \sin(33^\circ) \end{bmatrix} \begin{bmatrix} Y' \\ U \\ V \end{bmatrix} \approx \begin{bmatrix} 1 & 0 & 0 \\ 0 & -0.54464 & 0.83867 \\ 0 & 0.83867 & 0.54464 \end{bmatrix} \begin{bmatrix} Y' \\ U \\ V \end{bmatrix} Due to orthogonal symmetry (symmetry is not required or enough) of the matrix the same matrix can be used for YIQ to YUV conversion.


Phase-out

Most NTSC territories have switched over to digital television. For broadcasting in the United States, NTSC (and with it, YIQ) remained in use only for low-power television stations , well after full-power analog transmissions was ended by the
Federal Communications Commission The Federal Communications Commission (FCC) is an independent agency of the United States government that regulates communications by radio, television, wire, internet, wi-fi, satellite, and cable across the United States. The FCC maintains j ...
(FCC) on June 12, 2009, however these were also required to be shut down by the FCC on July 13, 2021, thereby ending the use of NTSC (and YIQ for that matter) completely in that region.


References


Further reading

* Buchsbaum, Walter H. ''Color TV Servicing, third edition''. Englewood Cliffs, NJ: Prentice Hall, 1975. {{Color space Color space