Skip to content

fepegar/awesome-medical-imaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Awesome medical imaging

Awesome

This is an awesome list of software that I use to do research in medical imaging.

Kitware stuff

kitware

itk

ITK is an open-source, cross-platform system that provides developers with an extensive suite of software tools for image analysis. Developed through extreme programming methodologies, ITK employs leading-edge algorithms for registering and segmenting multidimensional data.

simpleitk

SimpleITK is a simplified layer built on top of ITK, intended to facilitate its use in rapid prototyping, education, interpreted languages.

PyPI package for a pythonic interface to ITK.

vtk

The Visualization Toolkit (VTK) is open source software for manipulating and displaying scientific data. It comes with state-of-the-art tools for 3D rendering, a suite of widgets for 3D interaction, and extensive 2D plotting capability.

Link to VTK examples

slicer

3D Slicer is an open source software platform for medical image informatics, image processing, and three-dimensional visualization. Built over two decades through support from the National Institutes of Health and a worldwide developer community, Slicer brings free, powerful cross-platform processing tools to physicians, researchers, and the general public.

Link to 3D Slicer tutorials

itksnap

ITK-SNAP is a software application used to segment structures in 3D medical images. It provides semi-automatic segmentation using active contour methods, as well as manual delineation and image navigation.

nipy

NIPY is a community of practice devoted to the use of the Python programming language in the analysis of neuroimaging data.

Analysis Pipeline Management

nipype

Nipype, an open-source, community-developed initiative under the umbrella of NiPy, is a Python project that provides a uniform interface to existing neuroimaging software and facilitates interaction between these packages within a single workflow.

File I/O

Read / write access to some common neuroimaging file formats.

dcm2niix is a tool designed to convert neuroimaging data from the DICOM format to the NIfTI format.

Neuroimaging

Advanced Normalization Tools (ANTs) extracts information from complex datasets that include imaging.

It heavily relies on ITK.

Statistical Parametric Mapping refers to the construction and assessment of spatially extended statistical processes used to test hypotheses about functional imaging data. These ideas have been instantiated in software that is called SPM.

The SPM software package has been designed for the analysis of brain imaging data sequences. The sequences can be a series of images from different cohorts, or time-series from the same subject. The current release is designed for the analysis of fMRI, PET, SPECT, EEG and MEG.

fsl

FSL is a comprehensive library of analysis tools for FMRI, MRI and DTI brain imaging data.

freesurfer

An open source software suite for processing and analyzing (human) brain MRI images.

MRtrix3 provides a set of tools to perform various types of diffusion MRI analyses, from various forms of tractography through to next-generation group-level analyses.

Registration

NiftyReg

NiftyReg is an open-source software for efficient medical image registration.

Deep learning

NiftyNet

> NiftyNet is a TensorFlow-based open-source convolutional neural networks (CNNs) platform for research in medical image analysis and image-guided therapy. NiftyNet’s modular structure is designed for sharing networks and pre-trained models.

File formats

NIfTI

> NIfTI-1 is a new Analyze-style data format, proposed by the NIfTI DFWG as a short-term measure to facilitate inter-operation of functional MRI data analysis software packages.

DICOM

> DICOM® (Digital Imaging and Communications in Medicine) is the international standard to transmit, store, retrieve, print, process, and display medical imaging information.

NRRD

> Nrrd is a library and file format designed to support scientific visualization and image processing involving N-dimensional raster data.

Others

scipy

SciPy (pronounced “Sigh Pie”) is a Python-based ecosystem of open-source software for mathematics, science, and engineering. In particular, these are some of the core packages:

numpy

NumPy is the fundamental package for scientific computing with Python.

ipython

Enhanced Interactive Console

scipylib

The SciPy library is one of the core packages that make up the SciPy stack. It provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization.

mpl

Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms.

pandas

Pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.

Other plotting libraries

Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics.

altair

Altair is a declarative statistical visualization library for Python, based on Vega and Vega-Lite.

Machine learning

tf

TensorFlow is an open-source machine learning library for research and production.

pytorch

An open source deep learning platform that provides a seamless path from research prototyping to production deployment.

keras

Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano. It was developed with a focus on enabling fast experimentation.

sklearn

Scikit-learn is a free software machine learning library for the Python programming language.

Computer vision / image processing

opencv

OpenCV (Open Source Computer Vision Library) is released under a BSD license and hence it’s free for both academic and commercial use. It has C++, Python and Java interfaces and supports Windows, Linux, Mac OS, iOS and Android. OpenCV was designed for computational efficiency and with a strong focus on real-time applications.

Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors.

skimage

Scikit-image is a collection of algorithms for image processing.

Releases

No releases published

Packages

No packages published