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

Ceci est une ancienne révision du document !


Table des matières

similarity-finder is a tool for finding similar images on a computer, based on the perceptual hashing algorithm pHash.

The github repository contains two tools:

  • A minimalistic command-line interface for computing image hashes.
  • A GUI-based tool for scanning a folder and looking for similar images.

CLI tool

Compute the hash of each png, jpeg, bmp and tiff contained in a folder. Usage: phash [-d <directory>] [-o <file>] [-r]

  1. d: specify a directory to scan, default = current directory
  2. o: specify a file for storing hashes, default = stdout
  3. r: scan sub-folders, default = false

GUI tool

Screenshots

similarity-finder.1431878746.txt.gz · Dernière modification: 2015/05/17 18:05 par Benjamin Billet