Structural similarity (SSIM) index for measuring image quality
___ = ssim(
computes the SSIM, using name-value pairs to control aspects of the
computation.A
,ref
,Name,Value
)
The SSIM Index quality assessment index is based on the computation of three terms, namely the luminance term, the contrast term and the structural term. The overall index is a multiplicative combination of the three terms.
where
where μx, μy,
σx,σy, and σxy
are the local means, standard deviations, and cross-covariance for images x,
y. If α = β = γ = 1 (the default for Exponents
), and
C3 = C2/2 (default selection of
C3) the index simplifies to:
[1] Zhou, W., A. C. Bovik, H. R. Sheikh, and E. P. Simoncelli. "Image Qualifty Assessment: From Error Visibility to Structural Similarity." IEEE Transactions on Image Processing. Vol. 13, Issue 4, April 2004, pp. 600–612.
immse
| multissim
| multissim3
| psnr