PSNR | R Documentation |
Title
PSNR(object, other = NULL)
other |
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))
Weickert2019Raspository
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.