photohash:Python感知图像哈希模块

时间:2024-05-24 22:39:34
【文件属性】:

文件名称:photohash:Python感知图像哈希模块

文件大小:201KB

文件格式:ZIP

更新时间:2024-05-24 22:39:34

Python

相片哈希 这主要是为了我自己的使用和教育而创建的。 这是一种感知哈希算法,用于查找两个图像是否相似。 安装 pip install PhotoHash 用法 average_hash 使用平均哈希算法返回图像的哈希值。 该算法将图像中的每个像素与所有像素的平均值进行比较: import photohash hash = photohash.average_hash('/path/to/myimage.jpg') 距离 返回给定图像的average_hash之间的汉明距离。 import photohash distance = photohash.distance('/path/to/myimage.jpg', '/path/to/myotherimage.jpg') is_look_alike 返回照片是否相似的布尔值: import photohash similar =


【文件预览】:
photohash-master
----MANIFEST.in(85B)
----.travis.yml(116B)
----README.rst(2KB)
----photohash()
--------photohash.py(2KB)
--------tests()
--------__init__.py(48B)
----CHANGES.txt(464B)
----contributors.md(244B)
----.drone.yml(264B)
----requirements.txt(28B)
----setup.py(843B)
----.gitignore(48B)
----LICENSE.txt(1KB)

网友评论