mia-2dfluid
{-i io
} {-r io
} [
options
...]
This program is used for non-rigid registration based on fluid dynamics. It uses SSD as the sole registration criterion.
input (test) image to be registered. For supported file types see Plugin type: 2dimage/io
reference image. For supported file types see Plugin type: 2dimage/io
output transformation comprising the registration. For supported file types see Plugin type: 2dvf/io
output image deformed according to the transformation. For supported file types see Plugin type: 2dimage/io
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).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).
multigrid start sizemultigrid start size
optimization breaking conditionoptimization breaking condition
elasticity parameterelasticity parameter
elasticity parameterelasticity parameter
use elastic registration
Register image test.v to image ref.v and write the deformation vector field regfield.v. Start registration at the smallest size above 16 pixel.
mia-2dfluid -i test.v -r ref.v -o regfield.v -s 16
Gert Wollny