CS 7650 Realistic Rendering

Lee Myers


Assignment 1

In this program you will have a graphics window interactively
display the output of a synthetic sensor. This sensor have the
response functions:

R = constant * energy(600nm,700nm)
G = constant * energy(500nm,600nm)
B = constant * energy(400nm,500nm)

where "constant" is interactively adjusted so the maximum value of
any sensor output is 1.0. As input to the sensor, use the squares of
the Macbeth color checker.
I have the boxes are in a different order.
This is the result of deviding the sensor values by the maximum counts for any color  in the sensors.
And here is the image where the sensor values are divided by the maximum count of hits to a sensor, all three colors summed up.

The problem ended up being a wrong comparison in the Macbeth Color data, which gave me a negative color output.