mia-2dmyoset-all2one-nonrigid

Sysnopis:

mia-2dmyoset-all2one-nonrigid {-i string} {-o string} [ options ...] [ Plugin type: 2dimage/fullcost ...]

Description:

This program runs non-rigid registration of a series of images given in an image set. All images are registered to one user defined reference image.

Options:

File-IO

-i, --in-file=(input,required)

input perfusion data set

-o, --out-file=(output,required)

output perfusion data set

--out-filebase=reg

file name basae for registered files, file type is deducted from the image file type in the input data set.

Registration

-k, --skip=0

Skip images at the beginning of the series

-O, --optimizer=gsl:opt=gd,step=0.1

Optimizer used for minimization

-l, --mg-levels=3

multi-resolution levels

-f, --transForm=spline

transformation type. For supported plug-ins see Plugin type: 2dimage/transform

-r, --ref=-1

reference frame (-1 == use image in the middle)

Help & Info

-V, --verbose=warning

verbosity of output, print messages of given level and higher priorities. Supported priorities starting at lowest level are:

info:Low level messages
trace:Function call trace
fail:Report test failures
warning:Warnings
error:Report errors
debug:Debug output
message:Normal messages
fatal:Report only fatal errors
--copyright

print copyright information

-h, --help

print this help

-?, --usage

print a short help

--version

print the version number and exit

Processing

--threads=-1

Maxiumum number of threads to use for processing,This number should be lower or equal to the number of logical processor cores in the machine. (-1: automatic estimation).

Example:

Register the perfusion series given in segment.set by optimizing a spline based transformation with a coefficient rate of 16 pixel using Mutual Information and penalize the transformation by using divcurl with aweight of 2.0.

mia-2dmyoset-all2one-nonrigid -i segment.set -o registered.set 
    -f spline:rate=16,penalty=[divcurl:weight=2.0] image:cost=mi,weight=2.0

Author(s):

Gert Wollny