Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 371 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 371 Bytes

Ocelli

Description

Ocelli consists of simple tools for the automatic processing of images:

  • compare.py walks through two folders and compares every image of the first set against every image of the second set, looking for visually similar images. The comparison algorithm is simple, but effective.

Requirements:

  • NumPy
  • PIL/Pillow