Travaux

Ce wiki traite principalement de mes travaux scientifiques et techniques, ainsi que de mes projets personnels.
Revenir au site de Benjamin Billet

Outils pour utilisateurs

Outils du site


similarity-finder

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
similarity-finder [2015/05/17 18:05]
Benjamin Billet créée
similarity-finder [2015/05/17 21:30]
Benjamin Billet
Ligne 1: Ligne 1:
 **similarity-finder** is a tool for finding similar images on a computer, based on the perceptual hashing algorithm [[http://​http://​phash.org|pHash]]. **similarity-finder** is a tool for finding similar images on a computer, based on the perceptual hashing algorithm [[http://​http://​phash.org|pHash]].
  
-The github repository contains two tools:+The source code and the binaries are available on BitBucket under the licence [[http://​creativecommons.org/​licenses/​by/​4.0/​|Creative Commons Attribution 4.0 International (CC BY 4.0)]] : https://​bitbucket.org/​bbillet/​similarity-finder 
 + 
 +The github repository contains two sub-projects:
   * A minimalistic command-line interface for computing image hashes.   * A minimalistic command-line interface for computing image hashes.
   * A GUI-based tool for scanning a folder and looking for similar images.   * A GUI-based tool for scanning a folder and looking for similar images.
  
 ===== CLI tool ===== ===== CLI tool =====
-Compute the hash of each png, jpeg, bmp and tiff contained in a folder.+<​code>​Compute the hash of each png, jpeg, bmp and tiff contained in a folder.
 Usage: phash [-d <​directory>​] [-o <​file>​] [-r] Usage: phash [-d <​directory>​] [-o <​file>​] [-r]
     -d: specify a directory to scan, default = current directory     -d: specify a directory to scan, default = current directory
     -o: specify a file for storing hashes, default = stdout     -o: specify a file for storing hashes, default = stdout
-    -r: scan sub-folders,​ default = false+    -r: scan sub-folders,​ default = false</​code>​
  
 ===== GUI tool ===== ===== GUI tool =====
  
 ===== Screenshots ===== ===== Screenshots =====
similarity-finder.txt · Dernière modification: 2015/05/17 21:30 par Benjamin Billet