Is there some unix command line tool which can find similar images and output them as groups for further processing?

link|improve this question

62% accept rate
1  
The definition of "similar" varies among people. A few "mostly red" images are similar, images which contain my face are similar, images which differ only in being resized are similar, a small image which was cut out of a large image would be similar, an image which was converted from .png to .jpeg might be similar, etc. It'd probably help to better define "similar". :) – dannysauer Nov 12 '10 at 0:40
feedback

2 Answers

up vote 3 down vote accepted

findimagedupes is a pretty creaky, old perl program, but you can still find it about and it works pretty well.

link|improve this answer
feedback

Found pHash library. Though it is not a tool, its a library, but it is easy to integrate it and use.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.