PSNR: Title

View source: R/imageNoise.R

PSNRR Documentation

Title

Description

Title

Usage

PSNR(object, other = NULL)

Arguments

other

Details

PSNR(x, y) = 10 \cdot log_{10} ( \frac{MAX^2}{MSE(x, y)} )

PSNR(x, y) = 10 \cdot log_{10}(MAX^2) - 10 \cdot log_{10}(MSE(x, y))

PSNR(x, y) = 20 \cdot log_{10}(MAX) - 10 \cdot log_{10}(MSE(x, y))

PSNR(x, y) = - 10 \cdot log_{10}(MSE(x, y))

References

\insertRef

Weickert2019Raspository


David-J-R/Raspository documentation built on April 17, 2023, 12:55 a.m.