Skip to content

Releases: dlaperriere/Find_Similar_Images

v1.1

07 Oct 01:39
Compare
Choose a tag to compare

Reverse image search utility based on perceptual hash algorithms

Algorithm Description
Average Use the pixel's value and the average color
Block Divide image in blocks and use their mean value
Difference Use the difference between adjacent pixels
Perceptive Use a discrete cosine transform (DCT) and compare frequencies rather than color values