XYZ2Yuv function

convert from XYZ coordinates to Yuv coordinates

convert from XYZ coordinates to Yuv coordinates

XYZ2Yuv convert from XYZ coordinates to Yuv coordinates.

XYZ2Yuv(XYZmatrix)

Arguments

  • XYZmatrix: XYZ coordinates

Returns

Yuv coordinates

Source

Bruce Justin Lindbloom, 2014 http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_T.html

References

Bruce Justin Lindbloom, 2014 http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_T.html

Author(s)

Jose Gama

Examples

XYZ<-c(0.11465380, 0.08391198, 0.08222077) XYZ2Yuv(XYZ)
  • Maintainer: Glenn Davis
  • License: GPL (>= 3)
  • Last published: 2024-04-22

Useful links