resample_img {spant} | R Documentation |
Resample an image to match a target image space.
Description
Resample an image to match a target image space.
Usage
resample_img(source, target, interp = 3L)
Arguments
source |
image data as a nifti object. |
target |
image data as a nifti object. |
interp |
interpolation parameter, see nifyreg.linear definition. |
Value
resampled image data as a nifti object.
[Package spant version 2.22.0 Index]