You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Drew Short 60f7015937 Reverted image library. It was no longer processing jpg images. Added some saftey features to opening images. Cleaned up the library calls. Finished the lib conversion of PIHash struct. FFI stuff missing, that will come in another point release to the library. 8 years ago
FFI-tests Fixing the C test to use the test images above this folder 8 years ago
ffi FFI Work 8 years ago
src Reverted image library. It was no longer processing jpg images. Added some saftey features to opening images. Cleaned up the library calls. Finished the lib conversion of PIHash struct. FFI stuff missing, that will come in another point release to the library. 8 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. 9 years ago
.gitignore Adding ignore for log files 8 years ago
.gitlab-ci.yml Tweaked the gitlab ci runner configuration 9 years ago
.travis.yml Working on a testing fix. Also comitted a travis.yml to let travis build pihash. 9 years ago
Cargo.toml Reverted image library. It was no longer processing jpg images. Added some saftey features to opening images. Cleaned up the library calls. Finished the lib conversion of PIHash struct. FFI stuff missing, that will come in another point release to the library. 8 years ago
LICENSE Initial project commit 9 years ago
README.md Adding todo items 9 years ago
appveyor.yml Adding appveyor build based on the one from rustc-serialize 9 years ago
starter_file.rs Basic binary + library setup 9 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.