Jump to content

Image quality assessment: Difference between revisions

Line 6: Line 6:
\(\DeclareMathOperator{\mean}{mean}\)
\(\DeclareMathOperator{\mean}{mean}\)
* MSE
* MSE
*:\[MSE = \mean((I_1 - I_2)^2)\]
*:<math>\begin{align}MSE = \mean((I_1 - I_2)^2)\end{align}</math>
* PSNR
* PSNR
*:\[PSNR=10\log_{10}(\frac{R^2}{MSE})\]
*:<math>\begin{align}PSNR=10\log_{10}(\frac{R^2}{MSE})\end{align}</math>
**where R^2 is the maximum fluctuation (e.g. 1.0 for [0-1] float images, 255 for uint8).
**where R^2 is the maximum fluctuation (e.g. 1.0 for [0-1] float images, 255 for uint8).
* SSIM
* SSIM