INFO

Measures the quality of reconstructed images compared to the original, used in image processing.

How It Works

PSNR is derived from the Mean Squared Error (MSE) between the original image and the reconstructed image :

  • : Maximum possible pixel value (e.g., 255 for 8-bit images)
  • : Mean squared error between and

Higher PSNR indicates better reconstruction fidelity.

What to Look For

  • Typical range: 30–50 dB for 8-bit images
  • Higher PSNR = lower distortion
  • Sensitive to pixel-level differences, but not perceptual quality
  • Best used when comparing similar codecs or reconstruction methods

Application Models