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 decribed in Chao Li and Ying Sun, 'Nonrigid Registration of Myocardial Perfusion MRI Using Pseudo Ground Truth' , In Proc. Medical Image Computing and Computer-Assisted Intervention MICCAI 2009, 165-172, 2009. 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
crorrelation threshhold 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:
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 |
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