Page 1 of 1

Photo Similarity

Posted: Mon May 06, 2019 10:11 pm
by avinatbezeq
Could you provide some info about how Image Mode works? The manual states that "the actual images are visually compared" - what does this mean?

Re: Photo Similarity

Posted: Wed May 08, 2019 10:12 am
by DigitalVolcano
It means the image pixels are compared (or an approximation thereof) rather than just the raw file binary information as used in Regular mode.

Re: Photo Similarity

Posted: Thu May 09, 2019 3:23 pm
by avinatbezeq
Thank you for your answer. So, is this a "brute force", simple comparison? A 80% value means that 80% of the pixels have exactly the same value? Nothing like the solutions mentioned on this stack overflow "image comparison - fast algorithm" post?

Re: Photo Similarity

Posted: Sun May 12, 2019 4:54 pm
by DigitalVolcano
Almost,but it works more on averages -it doesn't compare pixel-for-pixel unless you select 'Exact Match'

Looking at adding other algorithms for version 5 - this may align with some of the solutions you mentioned.