Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 236 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 236 Bytes

Comparing 2 images using their hash values. An original image and a modified image. First transform the image in a grayscale one, then find the difference between every 2 pixels, and after that apply a hash function on the diff vector.