3

I used to know that SSIM is a method for measuring the similarity between two images. How to determine the quality of processed image by SSIM score. Is the method has maximum or minimum value as the standard?

rizkie
  • 121
  • 1
  • 2
  • 7

1 Answers1

1

Yes, SSIM is a method for comparing the perceived similarity between two images. If two images are identical the SSIM value should be 1. A good explaination with Python implementation can be found here: http://scikit-image.org/docs/dev/auto_examples/transform/plot_ssim.html

Boris Reif
  • 123
  • 1
  • 10