easytobook / pHash

Github-Repository of the pHash.org library for perceptual hashing.

Home Page:http://phash.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some notes to the repository

I created this repository because of getting pull request in one of my projects, including extensions for the library. I really have no idea if there is another, more official repository out there, which I just cannot find. If so, let me know. If not, use this one. The repository started with the downloadable version 0.9.4. The following information have been taken from the official website phash.org

What is a perceptual hash?

A perceptual hash is a fingerprint of a multimedia file derived from various features from its content. Unlike cryptographic hash functions which rely on the avalanche effect of small changes in input leading to drastic changes in the output, perceptual hashes are “close” to one another if the features are similar.

What is pHash?

pHash is an open source software library released under the GPLv3 license that implements several perceptual hashing algorithms, and provides a C-like API to use those functions in your own programs. pHash itself is written in C++.

Official Authors

  • Evan Klinger - Creator/Programmer

  • David Starkweather - Programmer

  • Christoph Zauner - Programmer

Contributors

  • Loic Jaquemet - Python binding

About

Github-Repository of the pHash.org library for perceptual hashing.

http://phash.org/

License:GNU General Public License v3.0