View source: R/superResolutionUtilities.R
GMSD | R Documentation |
A fast and simple metric that correlates to perceptual quality
GMSD(x, y)
x |
input image. |
y |
input image. |
scalar
Avants BB
library( ANTsR )
r16 <- antsImageRead( getANTsRData( 'r16' ) )
r85 <- antsImageRead( getANTsRData( 'r85' ) )
value <- GMSD( r16, r85 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.