Update README.md
parent
a441b7817f
commit
8dab742792
|
@ -9,3 +9,5 @@ To use the package follow the sequence of functions/methods:
|
|||
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.
|
||||
|
||||
[Go doc](https://pkg.go.dev/github.com/vitali-fedulov/hyper) for the package.
|
||||
|
|
Loading…
Reference in New Issue