Expand description
Perceptual hashing algorithms for images.
Structs§
- Average
Hash - Stores the result of
average_hash. ImplementsHashtrait. - PHash
- Stores the result of the
phash. ImplementsHashtrait.
Functions§
- average_
hash - Compute the [average hash] of a grayscale image.
- phash
- Compute the pHash using DCT.