PSNR: Peak signal-to-noise ratio between two images.

View source: R/superResolutionUtilities.R

PSNRR Documentation

Peak signal-to-noise ratio between two images.

Description

Peak signal-to-noise ratio between two images.

Usage

PSNR(x, y)

Arguments

x

input image.

y

input image.

Value

the peak signal-to-noise ratio

Author(s)

Avants BB

Examples


library( ANTsR )

r16 <- antsImageRead( getANTsRData( 'r16' ) )
r85 <- antsImageRead( getANTsRData( 'r85' ) )
psnrValue <- PSNR( r16, r85 )


ANTsX/ANTsRNet documentation built on March 27, 2024, 4:26 a.m.