Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vitali-fedulov authored Feb 6, 2024
1 parent 6586a4f commit afce02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Large scale image similarity search (Golang)

This package is a fast and RAM-friendly hash-table-based image comparison tool **for large image collections** (thousands and more). Resized and near-duplicate images can be found with it.
This is a fast and RAM-friendly hash-table-based image comparison package **for large image collections** (thousands and more). Resized and near-duplicate images can be found with it.

When numBuckets parameter is low (~4), the package is a **rough pre-filtering first step**. Then the **second precise step** is needed with [images4](https://github.com/vitali-fedulov/images4) on the image set produced in the first step. This 2 step sequence (imagehash > images4) is necessary, because direct one-to-all comparison with images4 might be slow for very large image collections. For small image sets it is OK to skip the first step altogether.

Expand Down

0 comments on commit afce02b

Please sign in to comment.