MAE: Mean absolute error of a single image or between two images.

View source: R/superResolutionUtilities.R

MAER Documentation

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

Description

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

Usage

MAE(x, y = NULL)

Arguments

x

input image.

y

input image.

Value

the mean absolute error

Author(s)

Avants BB (from redr)

Examples


library( ANTsR )

r16 <- antsImageRead( getANTsRData( 'r16' ) )
r85 <- antsImageRead( getANTsRData( 'r85' ) )
maeValue <- MAE( r16, r85 )


ANTsX/ANTsRNet documentation built on April 23, 2024, 1:24 p.m.