greedy_estimate: Deformation Registration from Greedy

Description Usage Arguments Value

View source: R/greedy_estimate.R

Description

Deformation Registration from Greedy library

Usage

1
2
3
4
greedy_estimate(fixed, moving, initial_transform = NULL,
  warpfile = tempfile(fileext = ".nii.gz"), invwarpfile = tempfile(fileext =
  ".nii.gz"), niters = "200x200x200", dimension = 3, metric = "NMI",
  opts = "", verbose = TRUE)

Arguments

fixed

Fixed image

moving

Moving Image to register to fixed image

initial_transform

Mat file of affine intialization

warpfile

Output warp field filename

invwarpfile

Inverse of the warp field filename

niters

number of iterations per level of multi-res

dimension

Number of image dimension

metric

Metric to use for registraation

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.