Yuv2XYZ {colorscience} | R Documentation |
Yuv2XYZ
convert from Yuv coordinates to XYZ coordinates.
Yuv2XYZ(Yu.v.matrix)
Yu.v.matrix |
Yuv coordinates |
XYZ coordinates
Jose Gama
Bruce Justin Lindbloom, 2014 http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_T.html
Bruce Justin Lindbloom, 2014 http://www.brucelindbloom.com/index.html?Eqn_XYZ_to_T.html
Yuv <- c(0.08391198, 0.2830965, 0.4661789)
Yuv2XYZ(Yuv)