Verlet integration

From formulasearchengine
Revision as of 21:40, 15 December 2013 by en>Hmainsbot1 (AWB general fixes and delink dates per WP:DATELINK, WP:YEARLINK and MOS:UNLINKYEARS using AWB)
Jump to navigation Jump to search
File:YDbDr components.jpg
An image along with its Y, DB and DR components.

YDbDr, sometimes written YDBDR, is the colour space used in the SÉCAM analog terrestrial colour television broadcasting standard, which is used in France and some countries of the former Eastern Bloc. It is very close to YUV (PAL) and its related colour spaces such as YIQ (NTSC), YPbPr and YCbCr.

YDbDr is composed of three components - Y, DB and DR. Y is the luminance, DB and DR are the chrominance components, representing the red and blue colour differences.

Formulas

The three component signals are created from an original RGB (red, green and blue) source. The weighted values of R, G and B are added together to produce a single Y signal, representing the overall brightness, or luminance, of that spot. The DB signal is then created by subtracting the Y from the blue signal of the original RGB, and then scaling; and DR by subtracting the Y from the red, and then scaling by a different factor.

These formulae approximate the conversion between the RGB colour space and YDbDr.

R,G,B,Y[0,1]DB,DR[1.333,1.333]

From RGB to YDbDr:

Y=+0.299R+0.587G+0.114BDB=0.450R0.883G+1.333BDR=1.333R+1.116G+0.217B[YDBDR]=[0.2990.5870.1140.4500.8831.3331.3331.1160.217][RGB]

From YDbDr to RGB:

R=Y+0.000092303716148DB0.525912630661865DRG=Y0.129132898890509DB+0.267899328207599DRB=Y+0.664679059978955DB0.000079202543533DR[RGB]=[10.0000923037161480.52591263066186510.1291328988905090.26789932820759910.6646790599789550.000079202543533][YDBDR]

You may note that the Y component of YDbDr is the same as the Y component of YUV. DB and DR are related to the U and V components of the YUV colour space as follows:

DB=+3.059UDR=2.169V

There is also a variety of the PAL broadcasting standard, PAL-N, that uses the YDbDr colour space.

References

  • Shi, Yun Q. and Sun, Huifang Image and Video Compression for Multimedia Engineering, CRC Press, 2000 ISBN 0-8493-3491-8

See also

Template:Color space