Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 499 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 499 Bytes

PixSearch(相似圖片搜索)

本程序基於三種哈希算法,通過漢明距離的比較,搜索指定文件夾内相似圖片。

This program, based on three types of Hash algorithms, can search for pictures similar to a specified picture in a specified folder through Hamming distance comparison.

  • 均值哈希 aHash
  • 差異哈希 dHash
  • 感知哈希 pHash

PixSearch