parent
bf98761656
commit
f43deca19e
|
@ -7,3 +7,5 @@ Package functions discretize a vector and generate a set of hashes, as described
|
|||
To use the package follow the sequence of functions/methods:
|
||||
1) CubeSet or CentralCube, depending which one is used for a database record and which one for a query.
|
||||
2) HashSet and DecimalHash to get corresponding hash set and central hash from results of (2). If DecimalHash is not suitable because of very large number of buckets or dimensions, use FNV1aHash to get both the hash set and the central hash).
|
||||
|
||||
[Example](https://github.com/vitali-fedulov/images3/blob/master/hashes.go) of usage for image comparison.
|
||||
|
|
Loading…
Reference in New Issue