Hi all;
I want to make a photo hunt game(finding different between two similar pictures), what I have in my mind is to check rgb value of each pixel in pic1 and then compare it with the same pixel in pic2. But I’m not sure if this way is an appropriate way. Do you have any suggestion for a better way or it is good to continue my own way?
Thanks for your help