R/superResolutionUtilities.R
MSE.Rd
Mean square error of a single image or between two images.
MSE(x, y = NULL)
x | input image. |
---|---|
y | input image. |
the mean squared error
Avants BB (from redr)
library( ANTsR ) r16 <- antsImageRead( getANTsRData( 'r16' ) ) r85 <- antsImageRead( getANTsRData( 'r85' ) ) mseValue <- MSE( r16, r85 )