qarmin / czkawka

Multi functional app to find duplicates, empty folders, similar images etc.
Other
18.39k stars 606 forks source link

Questions on similar images #434

Open BradKML opened 2 years ago

BradKML commented 2 years ago

There are those that uses hashes

And there are those that uses landmarks https://github.com/luigifreda/pyslam

  1. Is it possible to select hash sensitivity or granularity
  2. Is it possible to do an ensemble method for multiple hash types?
qarmin commented 2 years ago
  1. img_hash library which I use is quite simple and doesn't seems to provide such settings - but is possible to choose bigger/smaller hash size which probably works similar.
  2. For now there is no even support for multiple hashes, so for now I don't plan to do it, but yeah this is possible