Tag: hamming distance
-
Hamming distance and pHash with PHP and mySQL
Image fingerprinting, also known as perceptual hashing, is a technique used to identify similarities between different digital images. It involves creating a unique identifier or “fingerprint” for each image. This fingerprint is typically a string of numbers (a hash), generated such that it remains consistent even if the image undergoes minor modifications like resizing or…