qarmin / img_hash

A Rust library for calculating perceptual hash values of images
Apache License 2.0
27 stars 11 forks source link

Median Hashing #13

Closed leofidus closed 6 months ago

leofidus commented 10 months ago

A fairly straight port of the implementation from https://github.com/alexdelorenzo/img_hash, with some added documentation and minor changes. The motivation behind the addition is compatibility with Median pHash, see #12

qarmin commented 6 months ago

Thanks!