Fast and simple image hashing algorithm

前端 未结 2 1393
孤街浪徒
孤街浪徒 2020-12-25 09:18

I need a (preferably simple and fast) image hashing algorithm. The hash value is used in a lookup table, not for cryptography.

Some of the images are \"computer grap

2条回答
  •  攒了一身酷
    2020-12-25 09:43

    Have a look at this tutorial on the phash algorithm http://www.hackerfactor.com/blog/index.php?/archives/432-Looks-Like-It.html which is used to find closely matching images.

提交回复
热议问题