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

Fix iteration bug, remove conversion to float. #37

Closed nekhtiari closed 2 years ago

nekhtiari commented 2 years ago

This PR fixes the iteration bug and remove float conversion.