How to Process MRI Images:
- Beginner's Guide to Command-Line Interface
- Installation Instructions
- Preprocessing T1 images
- Hippocampus Segmentation
- Firefox
- DICOM Toolkit
- dcm2nii DICOM to NIfTI conversion
- Multi-image Analysis GUI (MANGO)
- MATLAB R2014a
- ACPC Detect
- Git
- CMake
- C++ Compiler
- Advanced Normalization Tools
- ITK
- Convert3D
Convert3D requires several programs to be installed first: cmake and ITK. You can double check that cmake was installed:
#!console
$ cmake --version
- Download the latest version of Convert3D:
#!console
# cd /usr/local/
# wget http://sourceforge.net/projects/c3d/files/latest/download
- Extract Archive
#!console
# tar xvzf c3d-nightly-Linux-x86_64.tar.gz
- Configure Convert3D:
#!console
# mv -i /usr/local/c3d-1.0.0-Linux-x86_64/bin/* /usr/local
- Download the latest version of Convert3D:
#!console
# cd /usr/local/
# wget http://sourceforge.net/projects/c3d/files/latest/download
- Run the installer