Finding duplicated photo

Kevin Zhang kevin.misc.10 at gmail.com
Sun Jul 10 09:20:52 EDT 2011


On Fri, Jul 8, 2011 at 8:37 PM, Billy Mays <noway at nohow.com> wrote:
>
>
> I recently wrote a program after reading an article (
> http://www.hackerfactor.com/**blog/index.php?/archives/432-**
> Looks-Like-It.html<http://www.hackerfactor.com/blog/index.php?/archives/432-Looks-Like-It.html>) using the DCT method he proposes.  It worked surprisingly well even with
> just the 64bit hash it produces.
>
>
The link you provided was so great.
It mentioned an implementation of the hash algorithm in Python though
invalid, so I spent some time writing my own version.
It works really fine and kind of solved the problem of finding duplicated
pictures to delete I recently came across.

Thanks Billy!

ps.
If anyone's interested, pleas checkout the source code in the attachment and
welcome any advise.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110710/de0a7013/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pic_seeker.py
Type: application/octet-stream
Size: 3992 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20110710/de0a7013/attachment-0001.obj>


More information about the Python-list mailing list