mia-2dmyoica-nonrigid2
{-i string
} {-o string
} [
options
...]
This program runs the non-rigid registration of an perfusion image series.In each pass, first an ICA analysis is run to estimate and eliminate the periodic movement and create reference images with intensities similar to the corresponding original image. Then non-rigid registration is run using the an "ssd + divcurl" cost model. The B-spline c-rate and the divcurl cost weight are changed in each pass according to given parameters.In the first pass a bounding box around the LV myocardium may be extractedto speed up computation Special note to this implemnentation: the registration is always run from the original images to avoid the accumulation of interpolation errors.
input perfusion data set
output perfusion data set
file name base for registered fiels
save cropped set to this file
save segmentation feature images and initial ICA mixing matrix
FastICA implementationto be used. For supported plug-ins see Plugin type: fastica/implementation
ICA components 0 = automatic estimation
don't normalized ICs
don't strip the mean from the mixing curves
segment and scale the crop box around the LV (0=no segmentation)
skip images at the beginning of the series e.g. because as they are of other modalities
maximum number of iterations in ICA
Segmentation method
delta-peak: | difference of the peak enhancement images |
delta-feature: | difference of the feature images |
features: | feature images |
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
image interpolator kernel. For supported plug-ins see Plugin type: 1d/splinekernel
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 automatic ICA estimation. Skip two images at the beginning and otherwiese use the default parameters. Store the result in 'registered.set'.
mia-2dmyoica-nonrigid2 -i segment.set -o registered.set -k 2
Gert Wollny