More exactly, let's say we have two images and we do the MD5 or SHA-256 of each. Is there an algorithm to calculate the percentage difference/similarity between the two checksums? To say image_1 is 26% similar to image_2 ?
I don't necessarily want MD5 or SHA, any other fast mechanism will do.
*LE : ANY fast mechanism for determining percentage of difference/similarity between two large data strings will do (I think Damerau-Levenshtein would prove slow)