Module image_hash

Module image_hash 

Source
Expand description

Perceptual hashing algorithms for images.

Structs§

AverageHash
Stores the result of average_hash. Implements Hash trait.
PHash
Stores the result of the phash. Implements Hash trait.

Functions§

average_hash
Compute the [average hash] of a grayscale image.
phash
Compute the pHash using DCT.