Is there possible to compare two images with different resolutions?
I mean here some algorithmic/programming approach. For instance, now I calculate hash co
Two very simple perceptual hashing methods you might give a try before venturing into more complicated territory are based on the Discrete Cosine Transform and the local vs glocal mean of an image:
Convert image to grayscale
1.1 (EDIT) Make your image zero mean
And a variant on this theme would be
Also, have a look at phash.