Defines various chromatic adaptation transforms (CAT):
References
[1] | (1, 2, 3, 4, 5, 6) Lindbloom, B. (2009). Chromatic Adaptation. Retrieved February 24, 2014, from http://brucelindbloom.com/Eqn_ChromAdapt.html |
[2] | (1, 2) Fairchild, M. D. (n.d.). Fairchild YSh. Retrieved from http://rit-mcsl.org/fairchild//files/FairchildYSh.zip |
[3] | (1, 2) Wikipedia. (n.d.). CAT02. Retrieved February 24, 2014, from http://en.wikipedia.org/wiki/CIECAM02#CAT02 |
[4] | (1, 2, 3, 4, 5, 6) Bianco, S., & Schettini, R. (2010). Two New von Kries Based Chromatic Adaptation Transforms Found by Numerical Optimization. Color Research & Application, 35(3), 184–192. doi:10.1002/col.20573 |
[5] | (1, 2, 3, 4) Westland, S., Ripamonti, C., & Cheung, V. (2012). CMCCAT97. In Computational Colour Science Using MATLAB (2nd ed., p. 80). ISBN:978-0-470-66569-5 |
[6] | (1, 2) Brill, M. H., & Süsstrunk, S. (2008). Repairing gamut problems in CIECAM02: A progress report. Color Research & Application, 33(5), 424–426. doi:10.1002/col.20432 |
[7] | Li, C., Perales, E., Luo, M. R., & Martínez-verdú, F. (2007). The Problem with CAT02 and Its Correction, (July), 1–10. |
XYZ Scaling chromatic adaptation transform. [1]
XYZ_SCALING_CAT : array_like, (3, 3)
Von Kries chromatic adaptation transform. [1]
VON_KRIES_CAT : array_like, (3, 3)
Bradford chromatic adaptation transform. [1]
BRADFORD_CAT : array_like, (3, 3)
Sharp chromatic adaptation transform. [4]
SHARP_CAT : array_like, (3, 3)
Fairchild chromatic adaptation transform. [2]
FAIRCHILD_CAT : array_like, (3, 3)
CMCCAT97 chromatic adaptation transform. [5]
CMCCAT97_CAT : array_like, (3, 3)
CMCCAT2000 chromatic adaptation transform. [5]
CMCCAT2000_CAT : array_like, (3, 3)
CAT02 chromatic adaptation transform. [3]
CAT02_CAT : array_like, (3, 3)
Brill and Süsstrunk (2008) corrected CAT02 chromatic adaptation transform. [6] [7]
CAT02_BRILL_CAT : array_like, (3, 3)
Bianco and Schettini (2010) chromatic adaptation transform. [4]
BS_CAT : array_like, (3, 3)
Bianco and Schettini PC (2010) chromatic adaptation transform. [4]
BS_PC_CAT : array_like, (3, 3)
Notes
Supported chromatic adaptation transforms.