From f43deca19eedd81d616eb3388bbca3765e3657e0 Mon Sep 17 00:00:00 2001 From: Vitali Fedulov Date: Fri, 21 Jan 2022 06:25:21 +0100 Subject: [PATCH] readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 586e281..e6ef8ff 100644 --- a/README.md +++ b/README.md @@ -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.