Macbeth Color Chart with Tristimulus Curves

For this project, I modified my code in hw1 to use the tristimulus curves to accumulate color. The resulting X,Y, and Z values where then multiplied by the inverse matrix of my Powerbook Moniter's XYZ settings. The inverse matrix I used is: {{3.58792, -2.05786, -0.485926}, {-1.46237, 2.47798, -0.0835995},{0.185617, -0.533121, 1.64205}}. The images where then gamma corrected with the value of 1.8 (standard Mac gamma). The resulting images are shown for different iteration counts.


1 samples per pixel


4 samples per pixel


16 samples per pixel


64 samples per pixel


256 samples per pixel


1024 samples per pixel


2048 samples per pixel


Projects | Home