Hello,
I suggest indexing all images in the database by a "perceptual hash" . See here : http://www.hackerfactor.com/blog/?/arch ... ke-It.html it's extremely simple and fast. There is a library here to do it : https://www.phash.org/
I use it for a professional project and it's incredible : with a 32 bits key, you can instantaneously (well O(log N) ...) find duplicates in hundreds of thousands of images. And very quickly find similar images.
Since XnView already builds a database, I think this feature would make it the fastest duplicates and similar image finder on Earth.
pHash (perceptual hash) for duplicates & similar
Moderators: XnTriq, helmut, xnview
-
- Posts: 2
- Joined: Thu May 29, 2008 12:49 pm
-
- Author of XnView
- Posts: 44593
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- XnThusiast
- Posts: 1676
- Joined: Wed Aug 16, 2006 6:31 am
Re: pHash (perceptual hash) for duplicates & similar
m. Th.
- Dark Themed XnViewMP 1.7.1 64bit on Win11 x64 -
- Dark Themed XnViewMP 1.7.1 64bit on Win11 x64 -
-
- Posts: 490
- Joined: Wed Apr 29, 2015 6:36 am
-
- Author of XnView
- Posts: 44593
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: pHash (perceptual hash) for duplicates & similar
yes usefull, but to create it, i need to load image
Pierre.
-
- Posts: 490
- Joined: Wed Apr 29, 2015 6:36 am
-
- Author of XnView
- Posts: 44593
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: pHash (perceptual hash) for duplicates & similar
No, image is not always loaded, when embedded thumbnail is available or small preview
Pierre.