CIECAM02fromXYZ | R Documentation |
CIECAM02 is a widely used Color Appearance Model. This function computes many of the quantities in this model from XYZ.
CIECAM02fromXYZ( XYZ, XYZ_w, L_A=100, Y_b=20, surround='Average', discount=TRUE )
XYZ |
a numeric Nx3 matrix with XYZ values in the rows. It can also be a vector that can be converted to such a matrix, by row. |
XYZ_w |
XYZ of the adapting white point. It should be scaled so that |
L_A |
absolute luminance of the adapting field. |
Y_b |
luminous factor of background. |
surround |
surround conditions, valid values are |
discount |
whether or not observers are discounting the illuminant (color constancy is in effect). |
a data.frame
with N rows and these columns:
XYZ |
the input Nx3 matrix |
h |
hue angle, in degrees |
J |
correlate of Lightness |
Q |
correlate of Brightness |
C |
correlate of Chroma |
M |
correlate of Colorfulness |
Jp |
Lightness |
abp |
rectangular coordinates |
The rownames
are set to those of XYZ
.
The other function arguments (XYZ_w
, ...) are attached to the data.frame
as attributes.
Glenn Davis
Fairchild, Mark D. CIECAM02. in Color Appearance Models (3rd ed.). pp. 287-302. John Wiley & Sons. 2013.
DeltaE_CAM02()
CIECAM02fromXYZ( c(19.01,20,21.78), c(95.05,100,108.88), L_A=318.31 )
# XYZ.1 XYZ.2 XYZ.3 h J Q C M Jp abp.1 abp.2
# 19.01 20.00 21.78 219.0484 41.73109 195.3713 0.1047078 0.1088422 54.90433 -0.03666471 -0.02974185
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.