For super-resolution, we want to measure how close the enhanced image is to the original high-quality image. Common metrics are PSNR (Peak Signal-to-Noise Ratio) and SSIM (Structural Similarity Index).
PSNR measures the difference in pixel values; higher PSNR means less error. SSIM measures how similar the structure and textures are; higher SSIM means better visual quality. These metrics matter because super-resolution aims to restore details and sharpness, not just reduce pixel errors.