Difference between revisions of "DiffusionImaging"

From mitk.org
Jump to navigation Jump to search
(CHG: Release number)
(Redirected page to MitkDiffusion)
 
(151 intermediate revisions by 6 users not shown)
Line 1: Line 1:
__NOTOC__
+
#REDIRECT [[MitkDiffusion]]
<!-- #acl [[JanHering]],[[PeterNeher]],[[MbiEditorGroup]]:read,write -->
 
<!-- #acl All:read -->
 
 
 
= MITK Diffusion =
 
 
 
[https://www.mitk.org/wiki/MitkGit direct link to source code]
 
 
 
[[#Downloads|direct link to download section]]
 
 
 
[[Media:DiffusionImaging$MITK_DIsmall.png|DI_App|Icon|align="right"]]
 
 
 
The MITK Diffusion application offers a selection of image analysis algorithms for the processing of diffusion-weighted MR images. It encompasses the research of the [http://www.dkfz.de/en/mbi/projects/neuroimaging.html Neuroimaging Group] in the Division Medical and Biological Informatics at the German Cancer Research Center (dkfz).
 
 
 
 
 
<pre><nowiki>#!wiki caution
 
'''Features & Highlights'''
 
 
 
* Tensor and q-ball reconstruction
 
* Glyph visualization
 
* Quantification and partial volume clustering of tensor and q-ball images
 
* Global fiber tractography, visualization, and tract post-processing
 
* Brain network statistics and visualization (connectomics)
 
* Interactive exploration of Tract-based spatial statistics (TBSS) results
 
* Intra-voxel incoherent motion (IVIM) estimation
 
 
 
</nowiki></pre>
 
 
 
 
 
The MITK Diffusion application is based on the [https://www.mitk.org/wiki/ResearchPlatform MITK research platform] and the most of it is open-source. Solely the tract-based spatial statistics viewer and the brain network statistics module were not released yet, mainly due to some major internal changes expected in the near future. The available code is embedded into the source code of MITK as a module and can be accessed through the [https://www.mitk.org/wiki/MitkGit public git repository].
 
 
 
== Version ==
 
 
 
The current stable version is the MITK Diffusion 2012 release.
 
 
 
== Changelog ==
 
 
 
A list of the major changes from the 2011 to the 2012 release of MITK Diffusion.
 
 
 
{| border="1" cellpadding="2" cellspacing="0"
 
|<style="width: 28%; text-align: center;vertical-align: middle;"|2>| '''Connectomics'''
 
|align="left" |Added global clustering computation
 
|-
 
|colspan="2" align="left" | Added generator for synthetic networks
 
|-
 
|<style="width: 28%; text-align: center;vertical-align: middle;"|4>| '''Fiber Processing'''
 
|align="left" |much more information about the selected fiber bundle is displayed 
 
|-
 
|colspan="2" align="left" | extraction of fibers passing through a 3D ROI (mitkSurface, STL mesh) is possible
 
|-
 
|colspan="2" align="left" | fiber smoothing using spline interpolation added
 
|-
 
|colspan="2" align="left" | fiber coloring by scalar map added
 
|-
 
|<style="width: 28%; text-align: center;vertical-align: middle;"|3>| '''Gibbs Tracking'''
 
|align="left" |tracking results can be saved automatically 
 
|-
 
|colspan="2" align="left" | major bug that caused only few fibers to be reconstructed was fixed
 
|-
 
|colspan="2" align="left" | input of gfa image is not needed anymore
 
|-
 
|<style="width: 28%; text-align: center;vertical-align: middle;">| '''Stochastic Tracking'''
 
|align="left" |gui completely refactored
 
|-
 
|<style="width: 28%; text-align: center;vertical-align: middle;"|3>| '''mitkFiberBundleX'''
 
|align="left" |mitkFiberBundle is replaced by mitkFiberBundleX which is essentially a vtkPolyData which results in a much better performance and easier handling 
 
|-
 
|colspan="2" align="left" | fiber bundle are saved as vtkPolyData
 
|-
 
|colspan="2" align="left" | old xml based fiber files can still be loaded and are automatically converted into the new mitkFiberBundleX
 
|-
 
|<style="width: 28%; text-align: center;vertical-align: middle;"|3>| '''ODF Details'''
 
|align="left" |refactored gui
 
|-
 
|colspan="2" align="left" | tensor data is displayed
 
|-
 
|colspan="2" align="left" | normalization of the ODFs is applied correctly
 
|-
 
|<style="width: 28%; text-align: center;vertical-align: middle;">| '''Partial volume analysis'''
 
|  Export of clustering result as image is now possible
 
|-
 
|<style="width: 28%; text-align: center;vertical-align: middle;"|2>| '''Preprocessing'''
 
|align="left" |the number of gradients of the selected image can be reduced while preserving an equal distribution of the gradients (as far as possible)
 
|-
 
|colspan="2" align="left" | the gradient directions can be displayed as pointset
 
|-
 
|<style="width: 28%; text-align: center;vertical-align: middle;">| '''Q-Ball Reconstruction'''
 
| removed erroneous numerical reconstruction method
 
|-
 
|<style="width: 28%; text-align: center;vertical-align: middle;">| '''Segmentation'''
 
|align="left" |fast interactive 3D interpolation added
 
|}
 
 
 
== User manual ==
 
You can access the MITK Diffusion online documentation [http://mitk.org/download/releases/MITK-Diffusion-2012/documentation/html/index.html here]
 
 
 
== Media ==
 
 
 
'''Publication:''' ''MITK-DI - A new diffusion imaging component for MITK.'' In Deserno TM, Handels H, Meinzer HP, Tolxdorff T (eds). Bildverarbeitung für die Medizin 2010. Heidelberg: Springer (2010) 246-250  <<BR>>
 
'''Authors:''' Fritzsche KH<sup>1</sup>, Meinzer H-P<sup>1</sup><<BR>>
 
'''Institution:''' <sup>1</sup>German Cancer Research Center
 
 
 
== Downloads ==
 
 
 
Version 2012 ( Release date: ''07-05-2012'' )
 
 
 
=== Requirements ===
 
 
 
Additional system specific requirements:
 
* Windows
 
** If you have problems running the Windows application, please install the Microsoft Redistributable Packages for VS 2008: [http://www.microsoft.com/download/en/details.aspx?amp;displaylang=en&id=5582 32 bit] or [http://www.microsoft.com/download/en/details.aspx?amp;displaylang=en&id=2092 64 bit]
 
* Linux
 
** the minimal OS version changed to '''Ubuntu 11.04''' because the compiler version available in 10.04 does not provide features needed by MITK
 
** the [http://qt.nokia.com/downloads Qt framework], version 4.6.2 or later
 
 
 
Tested systems
 
* Windows 7, Windows Vista
 
* Ubuntu 11.04 and newer
 
* OS X 10.6 and newer
 
 
 
=== Available installer ===
 
 
 
{| border="1" cellpadding="2" cellspacing="0"
 
|  '''Windows'''
 
|  Vista, Windows 7
 
|  [[ http://mitk.org/download/releases/MITK-Diffusion-2012/installers/windows/MITK-Diffusion-2012-win32.exe | MS Windows (32 bit) installer ]]
 
|  [[ http://mitk.org/download/releases/MITK-Diffusion-2012/installers/windows/MITK-Diffusion-2012-win64.exe | MS Windows (64 bit) installer ]]
 
|-
 
|  '''Linux'''
 
|  Ubuntu 11.04 and newer
 
|  [[ http://mitk.org/download/releases/MITK-Diffusion-2012/installers/linux/MITK-Diffusion-2012-Linux32bit-Build_07_05_2012.tar.gz | Ubuntu (32 bit), tar.gz archive ]] 
 
|  [[ http://mitk.org/download/releases/MITK-Diffusion-2012/installers/linux/MITK-Diffusion-2012-Linux64bit-Build_07_05_2012.tar.gz | Ubuntu (64 bit), tar.gz archive ]]
 
|-
 
|  '''Mac OS X'''
 
|  10.6 Snow Leopard and newer
 
|colspan="2" | [[ http://mitk.org/download/releases/MITK-Diffusion-2012/installers/macos/MITK-Diffusion-2012.dmg | OS X disk image (.dmg) ]]
 
|}
 
 
 
=== Testing data ===
 
 
 
A set of data for testing the functionality of the mitkDiffusion application is available [http://mitk.org/download/releases/MITK-Diffusion-2012/mitkDiffusion2012DemoData.tar.gz here].
 
 
 
== Contact ==
 
 
 
If you have questions about the application or if you would like to give us feedback, don't hesitate to [http://www.dkfz.de/en/mbi/people/Klaus_Fritzsche.php contact us].
 
 
 
----
 
 
 
= MITK Diffusion - Release Archive =
 
 
 
This section collects links and information for all released versions of the MITK Diffusion Application, but for the newest.
 
 
 
{| border="1" cellpadding="2" cellspacing="0"
 
| '''Available Versions'''
 
|  '''Release date'''
 
|-
 
|  [[#Release_2011|MITK Diffusion 2011]]
 
|  02 Nov 2011
 
|}
 
 
 
<span id="Release_2011"></span>
 
== Release 2011 ==
 
Release date : '''02 Nov 2011'''
 
 
 
=== Requirements ===
 
 
 
Additional system specific requirements:
 
* Windows
 
** If you have problems running the Windows application, please install the Microsoft Redistributable Packages for VS 2008: [http://www.microsoft.com/download/en/details.aspx?amp;displaylang=en&id=5582 32 bit] or [http://www.microsoft.com/download/en/details.aspx?amp;displaylang=en&id=2092 64 bit]
 
* Linux
 
** the [http://qt.nokia.com/downloads Qt framework], version 4.6.2 or later
 
** the tar.gz archive needs to be extracted into a folder whithout whitespaces in the path
 
 
 
=== Documentation ===
 
 
 
You can access the MITK Diffusion 2011 online documentation [http://mitk.org/download/releases/MITK-Diffusion-2011/documentation/html/index.html here]
 
 
 
You can download the MITK Diffusion information brochure [http://mitk.org/download/releases/MITK-Diffusion-2011/documentation/pdf/refman.pdf here] (PDF)
 
 
 
=== Available Installer ===
 
 
 
<pre><nowiki>#!wiki comment
 
* Windows : '''Vista''', '''Windows 7'''
 
  * [[ https://www.mitk.org/download/releases/MITK-Diffusion-2011/MITK-Diffusion-2011_Windows_32Bit.exe | MS Windows (32 bit) installer]]
 
  * [[ https://www.mitk.org/download/releases/MITK-Diffusion-2011/MITK-Diffusion-2011_Windows_64Bit.exe | MS Windows (64 bit) installer]]
 
* Linux : '''Ubuntu 10.04 and newer'''
 
  * [[https://www.mitk.org/download/releases/MITK-Diffusion-2011/MITK-Diffusion-2011_Ubunu_10.04_32Bit.tar.gz | Ubuntu (32 bit), tar.gz archive ]]
 
  * [[https://www.mitk.org/download/releases/MITK-Diffusion-2011/MITK-Diffusion-2011_Ubunu_10.04_64Bit.tar.gz | Ubuntu (64 bit), tar.gz archive]]
 
* Mac OS X : '''10.6 Snow Leopard and newer'''
 
  * [[https://www.mitk.org/download/releases/MITK-Diffusion-2011/MITK-Diffusion-2011_OSX.dmg|OS X disk image (.dmg)]]
 
</nowiki></pre>
 
 
 
 
 
The installer is available for platforms enlisted in the table. Support for other systems is only experimental.
 
 
 
{| border="1" cellpadding="2" cellspacing="0"
 
|  '''Windows'''
 
|  Vista, Windows 7
 
|  [[ https://www.mitk.org/download/releases/MITK-Diffusion-2011/MITK-Diffusion-2011_Windows_32Bit.exe | MS Windows (32 bit) installer]]
 
|  [[ https://www.mitk.org/download/releases/MITK-Diffusion-2011/MITK-Diffusion-2011_Windows_64Bit.exe | MS Windows (64 bit) installer]]
 
|-
 
|  '''Linux'''
 
|  Ubuntu 10.04 and newer
 
|  [https://www.mitk.org/download/releases/MITK-Diffusion-2011/MITK-Diffusion-2011_Ubunu_10.04_32Bit.tar.gz  Ubuntu (32 bit), tar.gz archive ]
 
|  [https://www.mitk.org/download/releases/MITK-Diffusion-2011/MITK-Diffusion-2011_Ubunu_10.04_64Bit.tar.gz  Ubuntu (64 bit), tar.gz archive]
 
|-
 
|  '''Mac OS X'''
 
|  10.6 Snow Leopard and newer
 
|colspan="2" | [https://www.mitk.org/download/releases/MITK-Diffusion-2011/MITK-Diffusion-2011_OSX.dmg OS X disk image (.dmg)]
 

Latest revision as of 12:35, 24 August 2018

Redirect to: