up42 / 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.
MIT License
550 stars 68 forks source link

Add tests #53

Closed seedlit closed 1 year ago

seedlit commented 1 year ago

Scope: Added unit tests.

Todo: Remove dependency on rasterio as it depends on gdal bindings, which is a dependency hell