Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

YIQ

From Wikipedia, the free encyclopedia
Color space
The YIQ color space at Y=0.5. Note that the I and Q chroma coordinates are scaled up to 1.0. See the formulae below in the article to get the right bounds.
An image along with its Y, I, and Q components

YIQ is thecolor space used by the analogNTSC color TV system.I stands forin-phase, whileQ stands forquadrature, referring to the components used inquadrature amplitude modulation. Other TV systems used different color spaces, such asYUV forPAL orYDbDr for SECAM. Laterdigital standards use theYCbCr color space. These color spaces are all broadly related, and work based on the principle of adding a color component namedchrominance, to a black and white image namedluma.

In YIQ theY component represents the luma information, and is the only component used by black-and-white television receivers.I andQ represent the chrominance information, with I indicating (roughly)orange-blue contrast, and Q indicatingpurple-green 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 ofhuman color-response characteristics. The eye is more sensitive to changes in the orange-blue (I) range than in the purple-green range (Q)—therefore lessbandwidth 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. TheRockwell 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). SomeRCA "Colortrak" home TV receivers made circa 1985 not only used I/Q decoding, but also advertised its benefits along with itscomb filtering 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 originalAdvent projection television used I/Q decoding. Around 1990, at least one manufacturer (Ikegami) of professional studio picture monitors advertised I/Q decoding.

Image processing

[edit]

The YIQ representation is sometimes employed in colorimage processing transformations. For example, applying ahistogram equalization directly to the channels in an RGB image would alter thecolor balance 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

[edit]

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[0,1],I[0.5957,0.5957],Q[0.5226,0.5226]{\displaystyle 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]}

The ranges for I and Q[1][2] are a result of the coefficients in the 2nd and 3rd rows of the RGB-to-YIQ equation matrix below, respectively.

NTSC 1953 colorimetry

[edit]
NTSC 1953 colorimetry color cube (color profile encoded, requires a compatible browser and monitor for accurate display).

These formulas approximate the conversion between theoriginal 1953 color NTSC specification and YIQ.[3][4][5]

From RGB to YIQ

[edit]
[YIQ][0.2990.5870.1140.59590.27460.32130.21150.52270.3112][RGB]{\displaystyle {\begin{bmatrix}Y\\I\\Q\end{bmatrix}}\approx {\begin{bmatrix}0.299&0.587&0.114\\0.5959&-0.2746&-0.3213\\0.2115&-0.5227&0.3112\end{bmatrix}}{\begin{bmatrix}R\\G\\B\end{bmatrix}}}[6]

From YIQ to RGB

[edit]
[RGB]=[10.9560.61910.2720.64711.1061.703][YIQ]{\displaystyle {\begin{bmatrix}R\\G\\B\end{bmatrix}}={\begin{bmatrix}1&0.956&0.619\\1&-0.272&-0.647\\1&-1.106&1.703\end{bmatrix}}{\begin{bmatrix}Y\\I\\Q\end{bmatrix}}}

Note that the top row is identical to that of theYUV color space

FCC NTSC Standard (SMPTE C)

[edit]
SMPTE C color cube (color profile encoded, requires a compatible browser and monitor for accurate display).

In 1987, theSociety of Motion Picture and Television Engineers (SMPTE) Committee on Television Technology, Working Group on Studio Monitor Colorimetry, adopted theSMPTE C.[7][8][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:[10][11]

From RGB to YIQ

[edit]
{EY=0.30ER+0.59EG+0.11EBEI=0.27(EBEY)+0.74(EREY)EQ=0.41(EBEY)+0.48(EREY){\displaystyle \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:

[EYEIEQ]=[0.300.590.110.5990.27730.32170.2130.52510.3121][EREGEB]{\displaystyle {\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:

From YIQ to RGB

[edit]

To convert from FCC YIQ to RGB:

{ER=EY+0.9469EI+0.6236EQEG=EY0.2748EI0.6357EQEB=EY1.1EI+1.7EQ{\displaystyle \left\{{\begin{array}{ccl}E_{R}^{\prime }=E_{Y}^{\prime }+0.9469E_{I}^{\prime }+0.6236E_{Q}^{\prime }\\E_{G}^{\prime }=E_{Y}^{\prime }-0.2748E_{I}^{\prime }-0.6357E_{Q}^{\prime }\\E_{B}^{\prime }=E_{Y}^{\prime }-1.1E_{I}^{\prime }+1.7E_{Q}^{\prime }\end{array}}\right.}

in matrix notation, that equation system is written as:

[EREGEB]=[10.94960.623610.27480.635711.10001.7000][EYEIEQ]{\displaystyle {\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:

From YUV to YIQ and vice versa

[edit]

[YIQ]=[1000sin(33)cos(33)0cos(33)sin(33)][YUV][10000.544640.8386700.838670.54464][YUV]{\displaystyle {\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.[12]

Phase-out

[edit]

Most NTSC territories haveswitched over to digital television. For broadcasting in the United States, NTSC (and with it, YIQ) remained in use only forlow-power television stations as of July 2011[update], well after full-power analog transmissions was ended by theFederal Communications Commission (FCC) on June 12, 2009, however these were also required to be shut down by the FCC on July 13, 2021,[13] thereby ending the use of NTSC (and YIQ for that matter) completely in that region.

References

[edit]
  1. ^"Color Spaces".culori. Retrieved27 February 2022.
  2. ^Sedgewick; Wayne (2020)."Built-in Types of Data".introcs.cs.princeton.edu. Retrieved27 February 2022.
  3. ^"rgb2ntsc: Convert RGB color values to NTSC color space".Image Processing Toolbox Documentation. MathWorks. Retrieved28 June 2015.
  4. ^"ntsc2rgb: Convert NTSC values to RGB color space".Image Processing Toolbox Documentation. MathWorks. Retrieved28 June 2015.
  5. ^47 CFR § 73.682 (20) (iv)
  6. ^"ITU-R BT.1700 Characteristics of composite video signals for conventional analogue television systems"(zip/pdf).International Telecommunication Union. 2004-11-30. S170m-2004.pdf: Composite Analog Video Signal NTSC for Studio Applications Page 6. Retrieved2019-04-16.
  7. ^Society of Motion Picture and Television Engineers (1987–2004): Recommended Practice RP 145-2004. Color Monitor Colorimetry.
  8. ^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
  9. ^Advanced Television Systems Committee (2003): ATSC Direct-to-Home Satellite Broadcast Standard Doc. A/81, pp.18
  10. ^§ 73.682 TV transmission standards(PDF). FCC. 2013. p. 210.
  11. ^Rec. ITU-R BT.470-6 - Conventional Television Systems(PDF). ITU-R. 1998. p. 9.
  12. ^"Chapter 3: Color Spaces"(PDF). Retrieved2022-03-05.
  13. ^"Low Power Television Service".fcc.gov. FCC. RetrievedJune 24, 2024.

Further reading

[edit]
  • Buchsbaum, Walter H.Color TV Servicing, third edition. Englewood Cliffs, NJ: Prentice Hall, 1975.ISBN 0-13-152397-X
CAM
CIE
RGB
Y′UV
Other
Color systems
and standards
For the vision capacities of organisms or machines, see Color vision.
Retrieved from "https://en.wikipedia.org/w/index.php?title=YIQ&oldid=1275319264"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp