.TH mia\-2dmulti\-force 1 "v2.4.7" "USER COMMANDS" .SH NAME mia\-2dmulti\-force \- Registration force between two images .SH SYNOPSIS .B mia\-2dmulti\-force \-o [options] .SH DESCRIPTION .B mia\-2dmulti\-force This program evaluates the 2D image cost force norm image of a given cost function set. The input images must be of the same dimensions and gray scale (whatever bit-depth). .SH OPTIONS .RS .IP "\-o \-\-out-file=(required, output); io" output norm image For supported file types see PLUGINS:2dimage/io .RE .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 trace \(hy Function call trace .RE .RS 10 .I debug \(hy Debug output .RE .RS 10 .I info \(hy Low level messages .RE .RS 10 .I message \(hy Normal messages .RE .RS 10 .I warning \(hy Warnings .RE .RS 10 .I fail \(hy Report test failures .RE .RS 10 .I error \(hy Report errors .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 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 .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/fullcost .TP 10 .B image Generalized image similarity cost function that also handles multi-resolution processing. The actual similarity measure is given es extra parameter., supported parameters are: .P .RS 14 .I cost = ssd; factory .RS 2 Cost function kernel. For supported plug-ins see PLUGINS:2dimage/cost .RE .RE .RS 14 .I debug = 0; bool .RS 2 Save intermediate resuts for debugging. .RE .RE .RS 14 .I ref =(input, io) .RS 2 Reference image. For supported file types see PLUGINS:2dimage/io .RE .RE .RS 14 .I src =(input, io) .RS 2 Study image. For supported file types see PLUGINS:2dimage/io .RE .RE .RS 14 .I weight = 1; float .RS 2 weight of cost function. .RE .RE .TP 10 .B labelimage Similarity cost function that maps labels of two images and handles label-preserving multi-resolution processing., supported parameters are: .P .RS 14 .I debug = 0; int in [0, 1] .RS 2 write the distance transforms to a 3D image. .RE .RE .RS 14 .I maxlabel = 256; int in [2, 32000] .RS 2 maximum number of labels to consider. .RE .RE .RS 14 .I ref =(input, io) .RS 2 Reference image. For supported file types see PLUGINS:2dimage/io .RE .RE .RS 14 .I src =(input, io) .RS 2 Study image. For supported file types see PLUGINS:2dimage/io .RE .RE .RS 14 .I weight = 1; float .RS 2 weight of cost function. .RE .RE .TP 10 .B maskedimage Generalized masked image similarity cost function that also handles multi-resolution processing. The provided masks should be densly filled regions in multi-resolution procesing because otherwise the mask information may get lost when downscaling the image. The reference mask and the transformed mask of the study image are combined by binary AND. The actual similarity measure is given es extra parameter., supported parameters are: .P .RS 14 .I cost = ssd; factory .RS 2 Cost function kernel. For supported plug-ins see PLUGINS:2dimage/maskedcost .RE .RE .RS 14 .I ref =(input, io) .RS 2 Reference image. For supported file types see PLUGINS:2dimage/io .RE .RE .RS 14 .I ref-mask =(input, io) .RS 2 Reference image mask (binary). For supported file types see PLUGINS:2dimage/io .RE .RE .RS 14 .I src =(input, io) .RS 2 Study image. For supported file types see PLUGINS:2dimage/io .RE .RE .RS 14 .I src-mask =(input, io) .RS 2 Study image mask (binary). For supported file types see PLUGINS:2dimage/io .RE .RE .RS 14 .I weight = 1; float .RS 2 weight of cost function. .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: 2dimage/maskedcost .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 mi Spline parzen based mutual information with masking., 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 with masking support. .P .RS 14 (no parameters) .RE .TP 10 .B ssd Sum of squared differences with masking. .P .RS 14 (no parameters) .RE .SH EXAMPLE Evaluate the force normimage weighted sum of costs SSD and NGF of image1.v and image2.v. and store the result to force.v. .HP mia\-2dmulti\-force \-o force.v image:cost=ssd,src=image1.v,ref=image2.v,weight=0.1 image:cost=ngf,src=image1.v,ref=image2.v,weight=2.0 .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'.