Project 1150

by Nishan K

Description

This project compares two images by breaking them into small windows each made of 100 pixels (10*10). I was hoping I would be able to tell how much two images are similar by comparing them window by window, only to find out very late in the project that it would not be an accurate way of comparing similarity between images. Nonetheless, I now have average RGB value from each window of both images.