Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.03 KB

File metadata and controls

30 lines (25 loc) · 1.03 KB

Icon Style Matcher and Retrieval System

A content based retrieval system (CBIR) to find icons with similiar styles based on LIRE

Dependencies

Packing all together

  1. Download the LIRE source code from www.lire-project.net
  2. Copy src/ and res/ folders into LIRE main folder, if asked to join folders, say YES to all
  3. Import the LIRE sources in any IDE that supports Gradle (e.g. Eclipse)
  4. Export as JAR from the IDE

Usage

  1. Index: path/to/jar index path/to/images/folder
  2. Search path/to/jar search path/to/image_to_search path/to/folder_for_saving_results

Authors

  • Manuel Scurti
  • Jeanne Bosc-Bierne