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

Usage FSIM with Normalized image between [0 1] range #30

Closed Conceptual-Geek closed 1 year ago

Conceptual-Geek commented 2 years ago

Can We Use FSIM with a normalized image between [0 1] range because I have normalized images

chrieke commented 1 year ago

Hi @Conceptual-Geek, should be possible, however I think the results might differ a bit if not normalized to the same range.