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.

21 lines
898 B

  1. # Perceptual Image Hashing
  2. [![Crates.io shield](https://img.shields.io/crates/v/pihash.svg)](https://crates.io/crates/pihash)
  3. [![NixBuildStatus](https://travis-ci.org/warricksothr/Perceptual-Image-Hashing.svg?branch=master)](https://travis-ci.org/warricksothr/Perceptual-Image-Hashing)
  4. [![WindowsBuildStatus](https://ci.appveyor.com/api/projects/status/qs9w9eq6yerkoans?svg=true)](https://ci.appveyor.com/project/warricksothr/perceptual-image-hashing)
  5. The goal of this library is to offer a utility for calculating perceptual hashes of images for the purpose of comparing images for similarity
  6. - [ ] Add DCT in addition to DFT and some additional wrappings around the perceptual hashing.
  7. # Examples
  8. To Be Added
  9. # FFI binding for non-rust usage
  10. To Be Added
  11. # License
  12. Perceptual Image Hashing is licensed under the MIT license. See the LICENSE file in this directory for more information.