mia-2dmyoperiodic-nonrigid
{-i string
} {-o string
} [
options
...]
This program runs the non-rigid registration of an perfusion image series preferable acquired letting the patient breath freely. The registration algorithm implementes
input perfusion data set
output perfusion data set
file name base for registered fiels
Save synthetic references to files refXXXX.v
Skip images at the begin of the series
maximum number of candidates for global reference image
Const function to use for the analysis of the series. For supported plug-ins see Plugin type: 2dimage/fullcost
save reference index number to this file
save reference index number to this file
Maximum delta between two elements of the prealigned subset
Optimizer used for minimization. For supported plug-ins see Plugin type: minimizer/singlecost
optimizer used for additional minimization. For supported plug-ins see Plugin type: minimizer/singlecost
multi-resolution levels
transformation type. For supported plug-ins see Plugin type: 2dimage/transform
Cost function for registration during the subset registration. For supported plug-ins see Plugin type: 2dimage/fullcost
Cost function for registration during the final registration. For supported plug-ins see Plugin type: 2dimage/fullcost
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'. Skip two images at the beginning, usa spline transformation of a knot rate 16 pixels, and penalize the transformation by divcurl with weight 5. Store the result in 'registered.set'.
mia-2dmyoperiodic-nonrigid -i segment.set -o registered.set -k 2 -d 5 -f spline:rate=16,penalty=[divcurl:weight=5]
Gert Wollny