/image-similarity

Quantify how similar two images are using linear algebra concepts.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

image-similarity

Quantify how similar two images are using linear algebra concepts.

Usage

main.py [-h] image1 image2 The two images must be the exact same size in order to work. The images should be RGB images, not indexed or grayscale.

Requirements

A reasonably recent version of Python, Pillow, and tqdm. These can be obtained using pip or another package manager.