greedy_apply: Apply Transformations from Greedy

Description Usage Arguments Value

View source: R/greedy_apply.R

Description

Apply Registration from Greedy library

Usage

1
2
3
4
greedy_apply(fixed, moving, transforms = list(), moving_outfile = NULL,
  interpolator = "LINEAR", warpfile = tempfile(fileext = ".nii.gz"),
  jacobian = tempfile(fileext = ".nii.gz"), dimension = 3, opts = "",
  verbose = TRUE)

Arguments

fixed

Fixed image

moving

Moving Image(s) to apply transformations

transforms

List of transformations

moving_outfile

List of output filenames corresponding to the moving files

interpolator

interpolation operation to use (NN, LINEAR*, LABEL sigma)

warpfile

Output composed warp field filename

jacobian

Output Jacobian determinant image

dimension

Number of image dimension

opts

additional options

verbose

print diagnostic messages

Value

List of output warps and inverses


muschellij2/greedyreg documentation built on July 18, 2019, 7:29 a.m.