CSC418/2504F: Fall 2000 Assignment 2, Question 4
Here are some resources that you'll need for the assignment:
ciexyz.dat
CIE x,y,z functions. Right-click on the link and choose "Save".
readcie.c
program to read the above file.
chromaticity.gif
The CIE chromaticity diagram. Apologies for the low resolution.
To convert XYZ to RGB, use this matrix:
[R] [ 1.967 -0.548 -0.297] [X] [G] = [-0.955 1.938 -0.027] [Y] [B] [ 0.064 -0.130 0.982] [Z]
Alejo Hausner
,
Dept of Computer Science
,
University of Toronto
Last modified: Tue Oct 17 14:51:18 EDT 2000