Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Nov 15 '12

Michael Burdinov gravatar image

Using hash for detecting similar images is not a very popular approach. Actually the paper you mentioned really surprised me, because normally hash functions can't be used for estimation of image similarity. Are you searching specifically for hashing, or anything that allows you to compare images is good? There many ways to find similar images based on comparison of color histograms. Or if your tasks is simple enough maybe even comparing average intensities will do the trick.

click to hide/show revision 2
No.2 Revision

Using hash for detecting similar images is not a very popular approach. Actually the paper you mentioned really surprised me, because normally hash functions can't be used for estimation of image similarity. Are you searching specifically for hashing, or anything that allows you to compare images is good? There many ways to find similar images based on comparison of color histograms. Or if your tasks is simple enough maybe even comparing average intensities will do the trick.

Edit:

You can start from this tutorial.