MSE: Mean square error of a single image or between two images.

View source: R/superResolutionUtilities.R

MSER Documentation

Mean square error of a single image or between two images.

Description

Mean square error of a single image or between two images.

Usage

MSE(x, y = NULL)

Arguments

x

input image.

y

input image.

Value

the mean squared error

Author(s)

Avants BB (from redr)

Examples


library( ANTsR )

r16 <- antsImageRead( getANTsRData( 'r16' ) )
r85 <- antsImageRead( getANTsRData( 'r85' ) )
mseValue <- MSE( r16, r85 )


ANTsX/ANTsRNet documentation built on April 18, 2024, 8 a.m.