mia-3drigidreg
{-i io
} {-r io
} {-o io
} [
options
...]
This program implements the registration of two gray scale 3D images. The transformation is not penalized, therefore, one should only use translation, rigid, or affine transformations as target and run mia-3dnonrigidreg of nonrigid registration is to be achieved.
test image. For supported file types see Plugin type: 3dimage/io
reference image. For supported file types see Plugin type: 3dimage/io
registered output image. For supported file types see Plugin type: 3dimage/io
transformation output file name. For supported file types see Plugin type: 3dtransform/io
cost function. For supported plug-ins see Plugin type: 3dimage/cost
multigrid levels
Optimizer used for minimization. For supported plug-ins see Plugin type: minimizer/singlecost
transformation type. For supported plug-ins see Plugin type: 3dimage/transform
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 image test.v to image ref.v affine and write the registered image to reg.v. Use two multiresolution levels and ssd as cost function.
mia-3drigidreg -i test.v -r ref.v -o reg.v -l 2 -f affine -c ssd
Gert Wollny