Is there any basic (free or not), but usable - not like libpuzzle - image fingerprinting/similarity/compare module for PHP, which works akin to TinEye or Google image upload search? It's basically needed to avoid uploading almost the same (but with watermarks, resized etc.) image twice into a set of 50-300 images.
Asked
Active
Viewed 3,454 times
11
-
6POW: http://stackoverflow.com/questions/843972/image-comparison-fast-algorithm – RobertPitt Jul 06 '11 at 09:53
-
Related: http://stackoverflow.com/questions/2037205/image-comparison-with-php-gd – Sukumar Jul 06 '11 at 10:54
-
[Mechanical Turk PHP API](http://sourceforge.net/projects/mturk-php/) :P – Tak Jul 08 '11 at 12:41
2 Answers
3
Take a look at http://www.intelliot.com/2008/03/sorted-directory-listing-image-resizing-comparison-and-similarity-in-php/

Steeven
- 4,057
- 8
- 38
- 68
2
This is a very interesting educational article about image comparison. It wouldn't be hard at all to adapt to PHP using the GD library or ImageMagick.
http://www.hackerfactor.com/blog/index.php?/archives/432-Looks-Like-It.html
Good luck !

Aweb
- 174
- 3
- 15