mia-2dimageregistration
{-i io
} {-r io
} {-t io
} [
options
...] [
Plugin type: 2dimage/fullcost
...]
This program runs registration of two images optimizing a transformation of the given transformation model by optimizing certain cost measures that are given as free parameters.
test image to be registered. For supported file types see Plugin type: 2dimage/io
reference image to be registered to. For supported file types see Plugin type: 2dimage/io
registered output image. For supported file types see Plugin type: 2dimage/io
output transformation comprising the registration. For supported file types see Plugin type: 2dtransform/io
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
multi-resolution levels
Optimizer used for minimization. For supported plug-ins see Plugin type: minimizer/singlecost
optimizer used for refinement after the main optimizer was called. For supported plug-ins see Plugin type: minimizer/singlecost
transformation type. For supported plug-ins see Plugin type: 2dimage/transform
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 image 'moving.png' to the image 'reference.png' by using a rigid transformation model and ssd as cost function. Write the result to output.png
mia-2dimageregistration -i moving.png -r reference.png -o output.png -f rigid image:cost=ssd
Gert Wollny