Description Usage Arguments Value Author(s) Examples
Implements several different strategies for super-resolution from static data.
1 | staticSuperResolution(inputImage, expansionFactor, method = "sharpen")
|
inputImage |
image to be expanded |
expansionFactor |
float value |
method |
one of sharpen, pysr, neurenhance |
super resolution image
Avants BB
1 2 3 4 5 | library( magrittr )
library( ANTsRCore )
library( ANTsR )
temp1 = resampleImage( ri(1), 8 )
sup = staticSuperResolution( temp1, 2 )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.