Implements several different strategies for super-resolution from static data.

staticSuperResolution(inputImage, expansionFactor, method = "sharpen")

Arguments

inputImage

image to be expanded

expansionFactor

float value

method

one of sharpen, pysr, neurenhance

Value

super resolution image

Examples

library( magrittr ) library( ANTsRCore ) library( ANTsR ) temp1 = resampleImage( ri(1), 8 ) sup = staticSuperResolution( temp1, 2 )