The Computer Oracle

Free visual similarity image for a local hard drive search?

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Riding Sky Waves v001

--

Chapters
00:00 Free Visual Similarity Image For A Local Hard Drive Search?
00:24 Answer 1 Score 2
01:12 Answer 2 Score 2
01:35 Answer 3 Score 3
01:45 Accepted Answer Score 14
03:36 Thank you

--

Full question
https://superuser.com/questions/311633/f...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#softwarerec #images #filesearch #desktopsearch

#avk47



ACCEPTED ANSWER

Score 14


dupeGuru. Plus it's open-source. :)

dupeGuru is a cross-platform (Linux, OS X, Windows) GUI tool to find duplicate files in a system. It’s written mostly in Python 3 and has the peculiarity of using multiple GUI toolkits, all using the same core Python code. On OS X, the UI layer is written in Objective-C and uses Cocoa. On Linux & Windows, it’s written in Python and uses Qt5.

dupeGuru is a tool to find duplicate files on your computer. It can scan either filenames or contents. The filename scan features a fuzzy matching algorithm that can find duplicate filenames even when they are not exactly the same. dupeGuru runs on Mac OS X and Linux.

dupeGuru is efficient. Find your duplicate files in minutes, thanks to its quick fuzzy matching algorithm. dupeGuru not only finds filenames that are the same, but it also finds similar filenames.

dupeGuru is good with music. It has a special Music mode that can scan tags and shows music-specific information in the duplicate results window.

dupeGuru is good with pictures. It has a special Picture mode that can scan pictures fuzzily, allowing you to find pictures that are similar, but not exactly the same.

dupeGuru is customizable. You can tweak its matching engine to find exactly the kind of duplicates you want to find. The Preference page of the help file lists all the scanning engine settings you can change.

dupeGuru is safe. Its engine has been especially designed with safety in mind. Its reference directory system as well as its grouping system prevent you from deleting files you didn’t mean to delete.

Do whatever you want with your duplicates. Not only can you delete duplicates files dupeGuru finds, but you can also move or copy them elsewhere. There are also multiple ways to filter and sort your results to easily weed out false duplicates (for low threshold scans).




ANSWER 2

Score 3


The Geeqie image viewer can find duplicates based on image similarity.




ANSWER 3

Score 2


Tineye image search has a plugin.

http://www.tineye.com/

Edit:

For a local CBIR engine, there are a couple out there. From the makers of Tineye is Pixmatch!!

http://ideeinc.com/products/pixmatch/

While it requires you to upload images and have it scan it, it is actually very accurate.

A local version would be Octogan. It's not that accurate.

http://octagon.viitala.eu/

While googling, this page did catch my eye. I'm having it index my picture collection currently. It looks promising.

http://www.semanticmetadata.net/features/

It has two parts. Caliph is the indexer. Emir is the query engine. Nice play on names huh?




ANSWER 4

Score 2


http://www.imgseek.net It's a gnome app (for linux) that search images using visual similarity among other things. I used it widely and is pretty accurate, and you can manage the threshold of the search. If you don't find any windows native alternative, you probably wanna try to port it using gnome for windows.