Yuv2xy {colorscience} | R Documentation |
Yuv2xy
convert from Yuv coordinates to xy coordinates.
Yuv2xy(Yu.v.matrix)
Yu.v.matrix |
Yuv coordinates |
xy 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)
Yuv2xy(Yuv)