Releases: dlaperriere/Find_Similar_Images
Releases · dlaperriere/Find_Similar_Images
v1.1
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 |