View source: R/superResolutionUtilities.R
MAE | R Documentation |
Mean absolute error of a single image or between two images.
MAE(x, y = NULL)
x |
input image. |
y |
input image. |
the mean absolute error
Avants BB (from redr)
library( ANTsR )
r16 <- antsImageRead( getANTsRData( 'r16' ) )
r85 <- antsImageRead( getANTsRData( 'r85' ) )
maeValue <- MAE( r16, r85 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.