mia-3drigidreg(1) | General Commands Manual | mia-3drigidreg(1) |
NAME¶
mia-3drigidreg - Linear registration of 3D images.
SYNOPSIS¶
mia-3drigidreg -i <in-image> -r <ref-image> -o <out-image> [options]
DESCRIPTION¶
mia-3drigidreg 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.
OPTIONS¶
File I/O¶
- -i --in-image=(input, required); io
- test image
For supported file types see PLUGINS:3dimage/io - -r --ref-image=(input, required); io
- reference image
For supported file types see PLUGINS:3dimage/io - -o --out-image=(output, required); io
- registered output image
For supported file types see PLUGINS:3dimage/io - -t --transformation=(output); io
- transformation output file name
For supported file types see PLUGINS:3dtransform/io - -c --cost=ssd
- cost function
For supported plugins see PLUGINS:3dimage/cost - -l --levels=3
- multigrid levels
- -O --optimizer=gsl:opt=simplex,step=1.0
- Optimizer used for minimization
For supported plugins see PLUGINS:minimizer/singlecost - -f --transForm=rigid
- transformation type
For supported plugins see PLUGINS:3dimage/transform
Help & Info¶
- -V --verbose=warning
- verbosity of output, print messages of given level and higher priorities. Supported priorities starting at lowest level are:
- --copyright
- print copyright information
- -h --help
- print this help
- -? --usage
- print a short help
- --version
- print the version number and exit
Processing¶
- --threads=-1
- 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).
PLUGINS: 1d/splinebc¶
- mirror
- Spline interpolation boundary conditions that mirror on the boundary
- repeat
- Spline interpolation boundary conditions that repeats the value at the boundary
- zero
- Spline interpolation boundary conditions that assumes zero for values outside
PLUGINS: 1d/splinekernel¶
- bspline
- B-spline kernel creation , supported parameters are:
- omoms
- OMoms-spline kernel creation, supported parameters are:
PLUGINS: 3dimage/cost¶
- lncc
- local normalized cross correlation with masking support., supported parameters are:
- mi
- Spline parzen based mutual information., supported parameters are:
- ncc
- normalized cross correlation.
- ngf
- This function evaluates the image similarity based on normalized gradient fields. Given normalized gradient fields $ _S$ of the src image and $ _R$ of the ref image various evaluators are implemented., supported parameters are:
- ssd
- 3D image cost: sum of squared differences, supported parameters are:
- ssd-automask
- 3D image cost: sum of squared differences, with automasking based on given thresholds, supported parameters are:
PLUGINS: 3dimage/io¶
- analyze
- Analyze 7.5 image
- datapool
- Virtual IO to and from the internal data pool
- dicom
- Dicom image series as 3D
- hdf5
- HDF5 3D image IO
- inria
- INRIA image
- mhd
- MetaIO 3D image IO using the VTK implementation (experimental).
- nifti
- NIFTI-1 3D image IO. The orientation is transformed in the same way like it is done with 'dicomtonifti --no-reorder' from the vtk-dicom package.
- vff
- VFF Sun raster format
- vista
- Vista 3D
- vti
- 3D image VTK-XML in- and output (experimental).
- vtk
- 3D VTK image legacy in- and output (experimental).
PLUGINS: 3dimage/transform¶
- affine
- Affine transformation (12 degrees of freedom), supported parameters are:
- axisrot
- Restricted rotation transformation (1 degrees of freedom). The transformation is restricted to the rotation around the given axis about the given rotation center, supported parameters are:
- raffine
- Restricted affine transformation (3 degrees of freedom). The transformation is restricted to the rotation around the given axis and shearing along the two axis perpendicular to the given one, supported parameters are:
- rigid
- Rigid transformation, i.e. rotation and translation (six degrees of freedom)., supported parameters are:
- rotation
- Rotation transformation (three degrees of freedom)., supported parameters are:
- rotbend
- Restricted transformation (4 degrees of freedom). The transformation is restricted to the rotation around the x and y axis and a bending along the x axis, independedn in each direction, with the bending increasing with the squared distance from the rotation axis., supported parameters are:
- spline
- Free-form transformation that can be described by a set of B-spline coefficients and an underlying B-spline kernel., supported parameters are:
- translate
- Translation (three degrees of freedom), supported parameters are:
- vf
- This plug-in implements a transformation that defines a translation for each point of the grid defining the domain of the transformation., supported parameters are:
PLUGINS: 3dtransform/io¶
- bbs
- Binary (non-portable) serialized IO of 3D transformations
- datapool
- Virtual IO to and from the internal data pool
- vista
- Vista storage of 3D transformations
- xml
- XML serialized IO of 3D transformations
PLUGINS: 3dtransform/splinepenalty¶
- divcurl
- divcurl penalty on the transformation, supported parameters are:
PLUGINS: minimizer/singlecost¶
- gdas
- Gradient descent with automatic step size correction., supported parameters are:
- gdsq
- Gradient descent with quadratic step estimation, supported parameters are:
- gsl
- optimizer plugin based on the multimin optimizers of the GNU Scientific Library (GSL) https://www.gnu.org/software/gsl/, supported parameters are:
- nlopt
- Minimizer algorithms using the NLOPT library, for a description of the optimizers please see 'http://ab-initio.mit.edu/wiki/index.php/NLopt_Algorithms', supported parameters are:
EXAMPLE¶
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
AUTHOR(s)¶
Gert Wollny
COPYRIGHT¶
This software is Copyright (c) 1999‐2015 Leipzig, Germany and Madrid, Spain. It comes with ABSOLUTELY NO WARRANTY and you may redistribute it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 (or later). For more information run the program with the option '--copyright'.
v2.4.7 | USER COMMANDS |