Perform super-resolution (2x) of MRI data using deep back projection network.
mriSuperResolution(image, antsxnetCacheDirectory = NULL, verbose = FALSE)
| image | magnetic resonance image |
|---|---|
| antsxnetCacheDirectory | destination directory for storing the downloaded
template and model weights. Since these can be resused, if
|
| verbose | print progress. |
super-resolution image.
Avants BB
if (FALSE) { library( ANTsRNet ) image <- antsImageRead( "t1.nii.gz" ) imageSr <- mriSuperResolution( image ) }