CIS 410/510 Project 3

Image Differencer

This image differencing program can help you verify that your images are correct.

Directions:

Debugging

Here are some print statements from my code. I am looping over all 500x500 pixels, with the columns as I and the rows as J. These print statements are for I==367, J==99, and this is what I got for the point location, the field, the normalized field, and applying the blue hot color map

(note that printing unsigned chars can get wonky and the best thing to do is cast them to ints as you print them.)