mia-2dimageregistration
{-i io
} {-r io
} {-o 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. For supported file types see Plugin type: 2dimage/io
reference image. For supported file types see Plugin type: 2dimage/io
registered output image. For supported file types see Plugin type: 2dimage/io
output transformation. For supported file types see Plugin type: 2dtransform/io
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
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 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