devhliu / TriDFusion

TriDFusion (3DF) Medical Imaging Viewer

Home Page:https://daniellafontaine.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TriDFusion (3DF) Image Viewer

The TriDFusion (3DF) Image Viewer is Multi-Fusion Image Viewer for research provided by Daniel Lafontaine,

published by EJNMMI Physics, full-text access is available for download here.

PRs Welcome GPLv3 license

TriDFusion

File format compatibility

Medical Imaging Modalities Import / Export File Formats
Positron Emission Tomography PET-CT (PT) DICOM using custom/vendor dictionaries
Gamma Camera, Nuclear Medicine (NM) Raw data from nuclear imaging devices
Computed Tomography (CT) DICOM-RT structure (contours)
Digital Radiography (CR, DX) CERR planC, dose volumes and constraints
Digital Angiography (XA) Comma Separated Values (.csv)
Magnetic Resonance (MR) Standard Triangle Language (.stl)
Secondary Pictures and Scanned Images (SC) Audio Video Interleave (.avi)
Mammography (MG) Moving Pictures Expert Group 4 (.mp4)
Ultrasonography (US) Graphics Interchange Format (.gif)
Digital Imaging and Communications (.dcm)
Joint Photographic Experts Group (.jpg)
Bitmap (.bmp)
Portable Network Graphics (.png)
Neuroimaging Informatics Technology Initiative (.nii)
Nearly Raw Raster Data (.nrrd)

Main features

  • Multi-modality Image Viewer
  • Total Tumor Burden Determination
  • 3D Visualization
  • 3D Printing
  • Image Multi-Fusion
  • Image Convolution
  • Image Registration
  • Image Resampling
  • Image Re-Orientation
  • Image Arithmetic and Post Filtering
  • Image Editing
  • Image Mask
  • Image Constraint
  • Lung Segmentation
  • Edge Detection
  • Voxel Dosimetry
  • Machine Learning Segmentation
  • Machine Learning 3D Lung Shunt & Lung Dose
  • Machine Learning 3D Lung Lobe Quantification
  • Machine Learning Y90 Dosimetry
  • Radiomics

MATLAB tested version

  • MATLAB 2022a

Installation

https://github.com/dicomtools/TriDFusion/wiki/Source-code-version-of-TriDFusion-(3DF)

The source code of TriDFusion (3DF) is distributed on gitHub. Hence, the first step is to download the "main" branch of TriDFusion (3DF). This can be done using the git bash. After going to the directory where you want to download the files, use the following command to download the "main" branch of TriDFusion (3DF):

git clone https://github.com/dicomtools/TriDFusion.git

After downloading the "main" branch to (say) /home/.../.../TriDFusion_from_gitHub/, follow the steps listed below to use TriDFusion (3DF).

Fire up Matlab. Go to Home --> Set Path. Set the path to "Default". Add /home/.../.../TriDFusion_from_gitHub/ with sub-directories to the Matlab path.

To use TriDFusion (3DF) Graphical User Interface, type TriDFusion() in Matlab command window.

Usage

MATLAB command:

  • TriDFusion(); Open the graphical user interface.

  • TriDFusion('path_to_dicom_folder'); Open the graphical user interface with a dicom image.

  • TriDFusion('path_to_dicom_folder','path_to_dicom_folder'); Open the graphical user interface with 2 dicom image.

  • TriDFusion('path_to_dicom_folder','path_to_dicom_folder', '-fusion'); Open the graphical user interface with 2 dicom image and fused them.

  • TriDFusion('path_to_dicom_folder', '-mip'); Open the graphical user interface with a dicom image and create a 3D mip.

  • TriDFusion('path_to_dicom_folder', '-iso'); Open the graphical user interface with a dicom image and create a 3D iso surface model.

  • TriDFusion('path_to_dicom_folder', '-vol'); Open the graphical user interface with a dicom image and create a 3D volume rendering.

  • TriDFusion('path_to_dicom_folder', '-mip', '-iso', '-vol'); Open the graphical user interface with a dicom image and create a fusion of a 3D mip, iso surface and volume rendering. Any combinaison can be use.

DICOM directory structure:

|-- main folder                             <-- The main folder or all series  

|      |-- parent folder (series folder 1)  <-- Individual series folder 1
|      |-- parent folder (series folder N)  <-- Individual series folder N

Optional Modules

CERR https://github.com/cerr/CERR

Machine Learning Segmentation

TotalSegmentator (Tested version: pip install totalsegmentator==1.5.6) https://github.com/wasserth/TotalSegmentator

Radiomics

PY-Radiomics https://pyradiomics.readthedocs.io/en/latest/installation.html

Monte Carlo particle transport engines

PHITS https://phits.jaea.go.jp/rirekie.html

References

If you use TriDFusion (3DF) please cite it https://ejnmmiphys.springeropen.com/articles/10.1186/s40658-022-00501-y

Lafontaine D, Schmidtlein CR, Kirov A, Reddy RP, Krebs S, Schöder H, Humm JL. TriDFusion (3DF) image viewer. EJNMMI Phys. 2022 Oct 18;9(1):72. doi: 10.1186/s40658-022-00501-y. PMID: 36258098; PMCID: PMC9579267.

Visit https://daniellafontaine.com/ for more information.

About

TriDFusion (3DF) Medical Imaging Viewer

https://daniellafontaine.com/

License:GNU General Public License v3.0


Languages

Language:MATLAB 99.5%Language:Python 0.5%