mia-2dmyopgt-nonrigid
{-i string
} {-o string
} [
options
...]
This program implements the non-linear registration based on Pseudo Ground Thruth for motion compensation of series of myocardial perfusion images given as a data set as described in
. Note that for this nonlinear motion correction a preceding linear registration step is usually required.
input perfusion data set
output perfusion data set
file name base for registered files, the image file type is the same as given in the input data set
spacial neighborhood penalty weight
temporal second derivative penalty weight
correlation threshold for neighborhood analysis
skip images at the beginning of the series e.g. because as they are of other modalities
Optimizer used for minimization. For supported plug-ins see Plugin type: minimizer/singlecost
start coefficinet rate in spines, gets divided by --c-rate-divider with every pass
cofficient rate divider for each pass
start divcurl weight, gets divided by --divcurl-divider with every pass
divcurl weight scaling with each new pass
image cost weight
multi-resolution levels
registration passes
verbosity of output, print messages of given level and higher priorities. Supported priorities starting at lowest level are:
debug: | Debug output |
message: | Normal messages |
info: | Low level messages |
error: | Report errors |
fatal: | Report only fatal errors |
trace: | Function call trace |
warning: | Warnings |
fail: | Report test failures |
print copyright information
print this help
print a short help
print the version number and exit
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).
Register the perfusion series given in 'segment.set' by using Pseudo Ground Truth estimation. Skip two images at the beginning and otherwiese use the default parameters. Store the result in 'registered.set'.
mia-2dmyopgt-nonrigid -i segment.set -o registered.set -k 2
Gert Wollny