Update README.md

master
Vitali Fedulov 2022-02-06 20:23:38 +01:00 committed by GitHub
parent a441b7817f
commit 8dab742792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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.