Drew Short 8c7bc059f6 Code cleanup 6 years ago
FFI-tests Code cleanup 6 years ago
ffi Working on passing structs through the cffi 7 years ago
src Code cleanup 6 years ago
test_images Added full ahash test for sample_01. Renamed sample images for testing purposes. Working on a more comprehensive testing for ahashes. 10 years ago
.gitignore Updating gitignore 7 years ago
.gitlab-ci.yml Changing the builds to be on each rust environment 8 years ago
.travis.yml Working on a testing fix. Also comitted a travis.yml to let travis build pihash. 10 years ago
Cargo.toml Code cleanup and addressing usize vs u32 issues 6 years ago
LICENSE Initial project commit 10 years ago
README.md Adding todo items 10 years ago

README.md

Perceptual Image Hashing

Crates.io shield NixBuildStatus WindowsBuildStatus

The goal of this library is to offer a utility for calculating perceptual hashes of images for the purpose of comparing images for similarity

  • Add DCT in addition to DFT and some additional wrappings around the perceptual hashing.

Examples

To Be Added

FFI binding for non-rust usage

To Be Added

License

Perceptual Image Hashing is licensed under the MIT license. See the LICENSE file in this directory for more information.