How to install 3D Slicer in Ubuntu
Medical image processing software
Work Instruction
Installation
- Go to Site
- https://www.slicer.org/
- Download
- Unpack
tar -zxvf Slicer-5.2.2-linux-amd64.tar.gz
- Install QT library
sudo apt-get install libxcb-xinerama0
- Go to unpacked path
cd Slicer-5.2.2-linux-amd64
- Execute
./Slicer
Supported data
- NIfTI files (Neuroimaging Informatics Technology Initiative)
- DICOM files (Digital Imaging and Communications in Medicine)
- STL files (Stereolithography)
- VTK files (Visualization Toolkit)
- ITK files (Insight Segmentation and Registration Toolkit)
- FCSV files (Fiducial CSV)
- 2D data
- Image metadata
- Analyze (ANZ) files
- MetaImage (MHA/MHD) files
- MINC (Medical Imaging NetCDF) files
- NIfTI with extension (.nii.gz)
- Bruker files
- Philips PAR/REC files
- GE raw data files
- FreeSurfer files
- DicomRT files (DICOM Radiotherapy objects)
- NRRD files with GZIP compression (.nhdr/.nrrd.gz)
- JSON (JavaScript Object Notation) files
Comment
- Developer guide https://www.slicer.org/
- 예제 이미지 외 생성한 데이터는 열리지 않으므로 추가 확인해볼 것