.TH mia\-2dfluid\-syn\-registration 1 "v2.4.6" "USER COMMANDS" .SH NAME ('mia\\-2dfluid\\-syn\\-registration',) \- Non\-linear registration of 2D images by using a diffeomorphic SyN registration .SH SYNOPSIS .B mia\-2dfluid\-syn\-registration \-i \-r \-o \-O [options] .SH DESCRIPTION .B mia\-2dfluid\-syn\-registration This program implements the registration of two gray scale 2D images. The transformation applied is a symmeric diffeomorpic fluid dynamic registration. To work most efficiently, this program makes a few assumptions about the imput data, i.e. the image must be of the same size, have the same voxel spacing, and any intensity range normalization or equalization should also be done before calling this program. .SH OPTIONS .SS Help & Info .RS .IP "\-V \-\-verbose=warning" verbosity of output, print messages of given level and higher priorities. Supported priorities starting at lowest level are: .RS 10 .I info \(hy Low level messages .RE .RS 10 .I trace \(hy Function call trace .RE .RS 10 .I fail \(hy Report test failures .RE .RS 10 .I warning \(hy Warnings .RE .RS 10 .I error \(hy Report errors .RE .RS 10 .I debug \(hy Debug output .RE .RS 10 .I message \(hy Normal messages .RE .RS 10 .I fatal \(hy Report only fatal errors .RE .IP " \-\-copyright" print copyright information .IP "\-h \-\-help" print this help .IP "\-? \-\-usage" print a short help .IP " \-\-version" print the version number and exit .RE .SS IO .RS .IP "\-i \-\-in-image=(input, required); io" test image For supported file types see PLUGINS:2dimage/io .IP "\-r \-\-ref-image=(input, required); io" reference image For supported file types see PLUGINS:2dimage/io .IP "\-o \-\-transform=(output, required); io" output transformation For supported file types see PLUGINS:2dtransform/io .IP "\-O \-\-inverse-transform=(output, required); io" inverse output transformation For supported file types see PLUGINS:2dtransform/io .RE .SS Processing .RS .IP " \-\-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). .RE .SS Registration .RS .IP "\-l \-\-mg-levels=3" Number of multi\-resolution levels to run the registration on. Not that some registration parameters can be given as a coma seperated list to indicate per level values. In these cases if the number of given values is smaller than the number of multi\-resolution levels (this parameter), the the last given value is used for all subsequest multi\-resolution levels. .IP "\-S \-\-step=0.25; float in (0, 0.5]" Initial step size for all levels .IP "\-c \-\-cost=ssd" Image similarity function to be minimized For supported plugins see PLUGINS:2dimage/cost .IP "\-R \-\-regularizer=sor:kernel=fluid,maxiter=50" Regularization for the force to transformation update For supported plugins see PLUGINS:2dvf/regularizer .IP "\-T \-\-conv-test-interval=; vuint in [4, 40]" Convergence test interations intervall: In order to measure convergence the cost function value is averaged over this amount of iterations, and the decline rate is evaluated based on the linare regression of the cost function values in this intervall. This parameter can be given as a coma\-seperated list with values corresponding to the multi\-resolution levels, see option \-\-mg\-levels for more information. .IP "\-D \-\-stop-decline-rate=; vdouble in [0, inf)" Stopping criterium for registration based on the cost decline rate. If the rate below this value, the iteration is stopped. This parameter can be given as a coma\-seperated list with values corresponding to the multi\-resolution levels, see option \-\-mg\-levels for more information. .IP "\-C \-\-stop-cost=" Stopping criterium for registration based on the cost value. If the cost drops below this value, the iteration is stopped. This parameter can be given as a coma\-seperated list with values corresponding to the multi\-resolution levels, see option \-\-mg\-levels for more information. .IP "\-I \-\-iter=; vuint in [4, inf)" Naximum number if iterations done on each multi\-resolution level. This parameter can be given as a coma\-seperated list with values corresponding to the multi\-resolution levels, see option \-\-mg\-levels for more information. .RE .SH PLUGINS: 1d/splinekernel .TP 10 .B bspline B-spline kernel creation , supported parameters are: .P .RS 14 .I d = 3; int in [0, 5] .RS 2 Spline degree. .RE .RE .TP 10 .B omoms OMoms-spline kernel creation, supported parameters are: .P .RS 14 .I d = 3; int in [3, 3] .RS 2 Spline degree. .RE .RE .SH PLUGINS: 2dimage/cost .TP 10 .B lncc local normalized cross correlation with masking support., supported parameters are: .P .RS 14 .I w = 5; uint in [1, 256] .RS 2 half width of the window used for evaluating the localized cross correlation. .RE .RE .TP 10 .B lsd Least-Squares Distance measure .P .RS 14 (no parameters) .RE .TP 10 .B mi Spline parzen based mutual information., supported parameters are: .P .RS 14 .I cut = 0; float in [0, 40] .RS 2 Percentage of pixels to cut at high and low intensities to remove outliers. .RE .RE .RS 14 .I mbins = 64; uint in [1, 256] .RS 2 Number of histogram bins used for the moving image. .RE .RE .RS 14 .I mkernel = [bspline:d=3]; factory .RS 2 Spline kernel for moving image parzen hinstogram. For supported plug-ins see PLUGINS:1d/splinekernel .RE .RE .RS 14 .I rbins = 64; uint in [1, 256] .RS 2 Number of histogram bins used for the reference image. .RE .RE .RS 14 .I rkernel = [bspline:d=0]; factory .RS 2 Spline kernel for reference image parzen hinstogram. For supported plug-ins see PLUGINS:1d/splinekernel .RE .RE .TP 10 .B ncc normalized cross correlation. .P .RS 14 (no parameters) .RE .TP 10 .B ngf This function evaluates the image similarity based on normalized gradient fields. Various evaluation kernels are available., supported parameters are: .P .RS 14 .I eval = ds; dict .RS 2 plugin subtype. Supported values are: .RS 4 .I sq \(hy square of difference .RE .RS 4 .I ds \(hy square of scaled difference .RE .RS 4 .I dot \(hy scalar product kernel .RE .RS 4 .I cross \(hy cross product kernel .RE .RE .RE .TP 10 .B ssd 2D imaga cost: sum of squared differences, supported parameters are: .P .RS 14 .I autothresh = 0; float in [0, 1000] .RS 2 Use automatic masking of the moving image by only takeing intensity values into accound that are larger than the given threshold. .RE .RE .RS 14 .I norm = 0; bool .RS 2 Set whether the metric should be normalized by the number of image pixels. .RE .RE .TP 10 .B ssd-automask 2D image cost: sum of squared differences, with automasking based on given thresholds, supported parameters are: .P .RS 14 .I rthresh = 0; double .RS 2 Threshold intensity value for reference image. .RE .RE .RS 14 .I sthresh = 0; double .RS 2 Threshold intensity value for source image. .RE .RE .SH PLUGINS: 2dimage/io .TP 10 .B bmp BMP 2D-image input/output support. The plug-in supports reading and writing of binary images and 8-bit gray scale images. read-only support is provided for 4-bit gray scale images. The color table is ignored and the pixel values are taken as literal gray scale values. .P .RS 14 ('Recognized file extensions: ', '.BMP, .bmp') .RE .RS 14 Supported element types: .RS 2 binary data, unsigned 8 bit .RE .RE .TP 10 .B datapool Virtual IO to and from the internal data pool .P .RS 14 ('Recognized file extensions: ', '.@') .RE .TP 10 .B dicom 2D image io for DICOM .P .RS 14 ('Recognized file extensions: ', '.DCM, .dcm') .RE .RS 14 Supported element types: .RS 2 signed 16 bit, unsigned 16 bit .RE .RE .TP 10 .B exr a 2dimage io plugin for OpenEXR images .P .RS 14 ('Recognized file extensions: ', '.EXR, .exr') .RE .RS 14 Supported element types: .RS 2 unsigned 32 bit, floating point 32 bit .RE .RE .TP 10 .B jpg a 2dimage io plugin for jpeg gray scale images .P .RS 14 ('Recognized file extensions: ', '.JPEG, .JPG, .jpeg, .jpg') .RE .RS 14 Supported element types: .RS 2 unsigned 8 bit .RE .RE .TP 10 .B png a 2dimage io plugin for png images .P .RS 14 ('Recognized file extensions: ', '.PNG, .png') .RE .RS 14 Supported element types: .RS 2 binary data, unsigned 8 bit, unsigned 16 bit .RE .RE .TP 10 .B raw RAW 2D-image output support .P .RS 14 ('Recognized file extensions: ', '.RAW, .raw') .RE .RS 14 Supported element types: .RS 2 binary data, signed 8 bit, unsigned 8 bit, signed 16 bit, unsigned 16 bit, signed 32 bit, unsigned 32 bit, floating point 32 bit, floating point 64 bit .RE .RE .TP 10 .B tif TIFF 2D-image input/output support .P .RS 14 ('Recognized file extensions: ', '.TIF, .TIFF, .tif, .tiff') .RE .RS 14 Supported element types: .RS 2 binary data, unsigned 8 bit, unsigned 16 bit, unsigned 32 bit .RE .RE .TP 10 .B vista a 2dimage io plugin for vista images .P .RS 14 ('Recognized file extensions: ', '.-, .V, .VISTA, .v, .vista') .RE .RS 14 Supported element types: .RS 2 binary data, signed 8 bit, unsigned 8 bit, signed 16 bit, unsigned 16 bit, signed 32 bit, unsigned 32 bit, floating point 32 bit, floating point 64 bit .RE .RE .SH PLUGINS: 2dtransform/io .TP 10 .B bbs Binary (non-portable) serialized IO of 2D transformations .P .RS 14 ('Recognized file extensions: ', '.bbs') .RE .TP 10 .B datapool Virtual IO to and from the internal data pool .P .RS 14 ('Recognized file extensions: ', '.@') .RE .TP 10 .B vista Vista storage of 2D transformations .P .RS 14 ('Recognized file extensions: ', '.v2dt') .RE .TP 10 .B xml XML serialized IO of 2D transformations .P .RS 14 ('Recognized file extensions: ', '.x2dt') .RE .SH PLUGINS: 2dvf/regularizer .TP 10 .B sor This plugin implements successive (over-)relaxation as a solver to regularize the vector field., supported parameters are: .P .RS 14 .I abs_f = 0.01; float in [0, inf) .RS 2 breaking condition: absolute residuum. .RE .RE .RS 14 .I kernel = fluid; factory .RS 2 solver kernel to be used. For supported plug-ins see PLUGINS:2dvf/regularizerkernel .RE .RE .RS 14 .I maxiter = 100; uint in [0, inf) .RS 2 maximum number of iterations. .RE .RE .RS 14 .I rel_f = 1e\-05; float in (0, 1) .RS 2 breaking condition: relative residuum. .RE .RE .SH PLUGINS: 2dvf/regularizerkernel .TP 10 .B fluid Evaluation kernel for the fluid-dynamics solver, either using successive (over-)relaxation, or a Gauss-Southwell relaxation. This implementation is generic and doesn't implement any architecture specific optimizations., supported parameters are: .P .RS 14 .I lambda = 1; float in [0, 10000] .RS 2 bulk viscosity (compressibility). .RE .RE .RS 14 .I mu = 1; float in (0, 10000] .RS 2 dynamic viscosity (shear). .RE .RE .RS 14 .I relax = 1; float in [0.1, 2] .RS 2 Relaxation parameter for the solver. .RE .RE .SH EXAMPLE Register image test.v to image ref.v saving the transformation to transform.v and the inverse transform to inverse\-transform.v. Use three multiresolution levels, ssd as image cost function. .HP mia\-2dfluid\-syn\-registration \-i test.v \-r ref.v \-t transform.v \-T inverse\-transform.v \-l 3 ssd .SH AUTHOR(s) Gert Wollny .SH COPYRIGHT This software is Copyright (c) 1999\(hy2015 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'.