Locality-sensitive hashing: Difference between revisions

Created page with "Locality-sensitive hashing is a technique for hashing values in a way that preserves distance been the objects and their hash values. ==Resources== * Wikipedia: Locality-..."
 
No edit summary
 
Line 1: Line 1:
Locality-sensitive hashing is a technique for hashing values in a way that preserves distance been the objects and their hash values.
Locality-sensitive hashing is a technique for hashing values in a way that preserves distance been the objects and their hash values.
 
It is commonly used in computer vision for matching feature descriptors.