View source: R/mriSuperResolution.R
mriSuperResolution | R Documentation |
Perform super-resolution (2x) of MRI data using deep back projection network.
mriSuperResolution(image, verbose = FALSE)
image |
magnetic resonance image |
verbose |
print progress. |
super-resolution image.
Avants BB
## Not run:
library( ANTsRNet )
image <- antsImageRead( "t1.nii.gz" )
imageSr <- mriSuperResolution( image )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.