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

Can SAM be used in computing two RGB images? #50

Open Maxiah opened 1 year ago

Maxiah commented 1 year ago

I computed the SAM value for 2 RGB images, but then I realized it seems only can be used to compute spectrum graph...But I still got the result of SAM Value during [89,90]. Is that a mistake? Hope for answer.