Difference between revisions of "DiffusionImaging"

From mitk.org
Jump to navigation Jump to search
(Redirected page to MitkDiffusion)
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
+
#REDIRECT [[MitkDiffusion]]
[[File:DiffusionImaging$MITK_DIsmall.png|thumb|400px]]
 
== MITK Diffusion ==
 
 
 
 
 
=== Quicklinks ===
 
* [[#Downloads|'''Installer Downloads''']]
 
* [https://phabricator.mitk.org/source/mitk/ '''Source code''']
 
* [[#Building MITK Diffusion from source|'''Quick-Build Instructions''']]
 
* [http://docs.mitk.org/nightly/org_mitk_gui_qt_diffusionimaging.html '''User Manual''']
 
 
 
----
 
 
 
 
 
The MITK Diffusion application [1,2] offers a selection of image analysis algorithms for the processing of diffusion-weighted MR images. It encompasses the research of the Division [https://www.dkfz.de/en/mic/index.php Medical Image Computing] at the German Cancer Research Center (DKFZ).
 
 
 
 
 
=== Features & Highlights ===
 
 
 
* Support for most established image formats, such as DICOM, NIFTI, and NRRD
 
* Tensor and Q-ball reconstruction
 
* Intravoxel Incoherent Motion (IVIM) analysis
 
* Fiber tractography and fiber processing
 
** Global tractography [3]
 
** Interactive (similar to [4]) deterministic and probabilistic peak, ODF and tensor streamline tractography
 
** Machine learning based tractography [5]
 
* Brain network statistics and visualization (connectomics)
 
* Fiberfox: simulation of diffusion-weighted MR images [6]
 
* Command line tools for most functionalities
 
 
 
The MITK Diffusion application is based on the [https://www.mitk.org/wiki/ResearchPlatform MITK research platform] and is completely open-source. The 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].
 
 
 
 
 
== References ==
 
 
 
[1] Fritzsche, Klaus H., Peter F. Neher, Ignaz Reicht, Thomas van Bruggen, Caspar Goch, Marco Reisert, Marco Nolden, et al. “MITK Diffusion Imaging.” Methods of Information in Medicine 51, no. 5 (2012): 441.
 
 
 
[2] Fritzsche, K., and H.-P. Meinzer. “MITK-DI A New Diffusion Imaging Component for MITK.” In Bildverarbeitung Für Die Medizin, n.d.
 
 
 
[3] Neher, P. F., B. Stieltjes, M. Reisert, I. Reicht, H.P. Meinzer, and K. Maier-Hein. “MITK Global Tractography.” In SPIE Medical Imaging: Image Processing, 2012.
 
 
 
[4] Chamberland, M., K. Whittingstall, D. Fortin, D. Mathieu, und M. Descoteaux. „Real-time multi-peak tractography for instantaneous connectivity display“. Front Neuroinform 8 (2014): 59. doi:10.3389/fninf.2014.00059.
 
 
 
[5] Neher, Peter F., Marc-Alexandre Côté, Jean-Christophe Houde, Maxime Descoteaux, and Klaus H. Maier-Hein. “Fiber Tractography Using Machine Learning.” NeuroImage. Accessed July 17, 2017. doi:10.1016/j.neuroimage.2017.07.028.
 
 
 
[6] Neher, Peter F., Frederik B. Laun, Bram Stieltjes, and Klaus H. Maier-Hein. “Fiberfox: Facilitating the Creation of Realistic White Matter Software Phantoms.” Magnetic Resonance in Medicine 72, no. 5 (November 2014): 1460–70. doi:10.1002/mrm.25045.
 
 
 
 
 
== Downloads ==
 
 
 
If you encounter any bugs, please report them in our [https://phabricator.mitk.org/maniphest/task/edit/form/21/ bugtracking] system or use the [http://mitk.org/wiki/MITK_Mailinglist MITK-users mailing list]. We are grateful for any feedback!
 
 
 
 
 
=== Latest stable installers (2017.07) ===
 
Commit hash 2bda849ee86a362583ee3d2beb4baaca038bd8a5
 
{| class="wikitable" width=100% style="background-color:#ffffff;"
 
| Windows 7, Windows 10
 
| [http://mitk.org/download/releases/MITK-Diffusion-2017.07/Windows/MITK-Diffusion-2017.07-win64.exe MS Windows (64 bit) installer]
 
|-
 
| Windows 7, Windows 10
 
| [http://mitk.org/download/releases/MITK-Diffusion-2017.07/Windows/MITK-Diffusion-2017.07-win64.zip MS Windows (64 bit) zip archive]
 
|-
 
| Ubuntu 16.04 and newer
 
|  [http://mitk.org/download/releases/MITK-Diffusion-2017.07/Linux/MITK-Diffusion-2017.07-linux64.tar.gz Ubuntu (64 bit), tar.gz archive]
 
|-
 
| Ubuntu 14.04
 
|  [http://mitk.org/download/releases/MITK-Diffusion-2017.07/Linux/MITK-Diffusion-2017.07-Ubuntu14.04.64bit.tar.gz Ubuntu (64 bit), tar.gz archive]
 
|}
 
 
 
 
 
=== Requirements ===
 
 
 
* '''For Ubuntu users''':
 
** Install Python 3.X: <pre>sudo apt install python3 python3-pip</pre>
 
** Download Python requirements file: https://phabricator.mitk.org/file/data/r7yikza26ozkodxlypsq/PHID-FILE-thn2yotzr2jein4apf3x/PythonRequirements.txt
 
** Install Python requirements: <pre>pip3 install -r PythonRequirements.txt</pre>
 
** If your are behind a proxy use <pre>pip3 --proxy <proxy> install -r PythonRequirements.txt</pre>
 
 
 
* '''For Windows users''':
 
** MITK Diffusion requires the Microsoft Visual C++ 2017 Redistributable to be installed on the system. The MITK Diffusion installer automatically installs this redistributable for you if not already present on the system, but it needs administrative privileges to do so. So to install the redistributable, '''''run the MITK Diffusion installer as administrator'''''.
 
** Install Python 3.X: https://www.anaconda.com/download/
 
** Download Python requirements https://phabricator.mitk.org/file/data/r7yikza26ozkodxlypsq/PHID-FILE-thn2yotzr2jein4apf3x/PythonRequirements.txt
 
** Install Python requirementsfrom the conda command prompt: <pre>pip install -r PythonRequirements.txt</pre>
 
** If your are behind a proxy use <pre>pip --proxy <proxy> install -r PythonRequirements.txt</pre>
 
 
 
* '''Requirements for all deep-learning based functionalities''':
 
** Affected functionalities:
 
*** Brain extraction
 
*** TractSeg
 
** Pytorch: https://pytorch.org/
 
** CUDA: https://developer.nvidia.com/cuda-downloads
 
** (optional) cuDNN: https://developer.nvidia.com/cudnn
 
 
 
 
 
=== Known issues ===
 
The Fiberfox command line application does not read the b-value but uses a default b-value of 1000 s/mm². This bug does not affect the GUI version of Fiberfox. This bug also has no effect if the first non-zero b-value is 1000 s/mm², which is for example the case in the simulated HCP dataset (10.5281/zenodo.572345).
 
This bug is fixed in the current master of the MITK source code.
 
 
 
 
 
== Building MITK Diffusion from source ==
 
# Install [https://www.qt.io/ Qt] on your system.
 
# Clone MITK from out [https://phabricator.mitk.org/source/mitk.git git repository] using [https://git-scm.com/ Git version control].
 
# Configure the MITK Superbuild using [https://cmake.org/ CMake].
 
## Choose the source code directory and an empty binary directory.
 
## Click "Configure".
 
## Set the option MITK_BUILD_CONFIGURATION to "DiffusionRelease".
 
## Click "Generate".
 
# Build the project
 
## Linux: Open a console window, navigate to the build folder and type "make -j8" (optionally supply the number threads to be used for a parallel build qith -j).
 
## Windows (requires visual studio): Open the MITK Superbuild solution file and build all projects.
 
# The build may take some time and should yield the binaries in "your_build_folder/MITK-build/bin"
 
 
 
More detailed build instructions can be found in the [http://docs.mitk.org/nightly/BuildInstructionsPage.html documentation.]
 
 
 
 
 
== Contact ==
 
If you have questions about the application or if you would like to give us feedback, don't hesitate to contact us using [http://mitk.org/wiki/MITK_Mailinglist our mailing list] or, for questions that are of no interest for the community, [https://www.dkfz.de/en/mic/team/people/Peter_Neher.html directly].
 

Latest revision as of 12:35, 24 August 2018

Redirect to: