image similarity measures

:chart_with_upwards_trend: Implementation of eight evaluation metrics to access the similarity between two images. The eight metrics are as follows: RMSE, PSNR, SSIM, ISSM, FSIM, SRE, SAM, and UIQ.

588
68
Python

Developer documentation - Image Similarity Measures

The development installation is necessary if you want to contribute to the image-similarity-measures package, e.g. to
fix a bug.

Clone the repository and install the library in editable/system-link mode. We recommend using a virtual environment.

git clone https://github.com/nekhtiari/image-similarity-measures.git
cd image-similarity-measures
poetry install

Upload new package version to PyPI

poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD