staticSuperResolution: Static super resolution algorithms.

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

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

Arguments

inputImage

image to be expanded

expansionFactor

float value

method

one of sharpen, pysr, neurenhance

Value

super resolution image

Author(s)

Avants BB

Examples

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

brianInvo/xrayr documentation built on May 9, 2019, 8:13 a.m.