Two strings can have an "edit" distance between them. There are programing functions to find that out. Is there something similar for image data? Is there a format that would be better to find out how diffrent an image is to another?
Asked
Active
Viewed 17 times
0
-
https://stackoverflow.com/questions/2603713/comparing-similar-images-with-python-pil – Anentropic Aug 31 '23 at 16:37
-
Thanks :) This is what i was looking for @Anentropic – Ari B Aug 31 '23 at 18:56
-
hamming distance, perceptual hash, color hash each of this can help you to find similar images – Franz Kurt Aug 31 '23 at 19:44