|
|
|
|
|
by luisfoliv
3366 days ago
|
|
As mentioned in one reply to the parent comment, hashing here usually is not cryptographic. I'm familiar with location-sensitive hashing[1], which acts like a dimensionality reducer but, instead of receiving as input the image itself receives a feature vector extracted from it (or something analogous that allows for similarity assessment). [1] https://en.wikipedia.org/wiki/Locality-sensitive_hashing |
|