Skip to main content

SimpleITK is a simplified interface to the Insight Toolkit (ITK) for image registration and segmentation

Project description

SimpleITK

CircleCI ReadTheDocs AzurePipelines
release CircleCI ReadTheDoc Build Status
master CircleCI ReadTheDoc Build Status

SimpleITK is an image analysis toolkit with a large number of components supporting general filtering operations, image segmentation and registration. It is built on top of the Insight Segmentation and Registration Toolkit ITK with the intent of providing a simplified interface to ITK. SimpleITK itself is written in C++ but is available for a large number of programming languages. Currently these include:

Wrapping of the C++ code is accomplished through SWIG, in principle, any language wrapped by SWIG should be applicable to SimpleITK.

Unlike ITK's support of n-dimensional spatio-temporal images, SimpleITK supports 2D, 3D and 4D images. The dimensionality refers to spatio-temporal dimensions, the voxels can be n-dimensional vectors.

SimpleITK is licensed under the Apache License.

Acknowledgments

SimpleITK development has been supported by:

  • The Intramural Research Program of the National Institutes of Health, National Institute of Allergy and Infectious Diseases.

  • The US National Library of Medicine under the American Recovery and Reinvestment Act (ARRA) and under the Intramural Research Program of the U.S. National Institutes of Health.

  • The Insight Software Consortium and the ITK user and developer communities.

License and Copyright

The SimpleITK project is part of the Insight Software Consortium(ISC) a non-profit educational consortium dedicated to promoting and maintaining open-source, freely available software for bio-medical image analysis. The copyright is held by NumFOCUS. The SimpleITK software is distributed under the Apache License 2.0.

How to Cite

If you found SimpleITK useful in your research, support our efforts by citing the relevant publication(s):

R. Beare, B. C. Lowekamp, Z. Yaniv, "Image Segmentation, Registration and Characterization in R with SimpleITK", J Stat Softw, 86(8), https://doi.org/10.18637/jss.v086.i08, 2018.

Z. Yaniv, B. C. Lowekamp, H. J. Johnson, R. Beare, "SimpleITK Image-Analysis Notebooks: a Collaborative Environment for Education and Reproducible Research", J Digit Imaging., 31(3): 290-303, https://doi.org/10.1007/s10278-017-0037-8, 2018.

B. C. Lowekamp, D. T. Chen, L. Ibáñez, D. Blezek, "The Design of SimpleITK", Front. Neuroinform., 7:45. https://doi.org/10.3389/fninf.2013.00045, 2013.

Documentation

With massive libraries like SimpleITK, good documentation is a must. The documentation for SimpleITK is split up into multiple levels:

  1. API Documentation - This contains class and function documentation. The descriptions for functions and classes are primarily borrowed from the original ITK C++ classes.
  2. SimpleITK Documentation - This site contains high-level guides (fundamental SimpleITK concepts, common conventions, etc.), details with respect to the toolkit's binary distributions, instructions for building the toolkit, as well as SimpleITK examples in all supported programming languages. [This site replaced the SimpleITK Wiki which is mostly of interest for historical reasons.]
  3. Juypyter Notebook Repository - This repository contains a collection of Jupyter Notebooks illustrating the use of SimpleITK for educational and research activities. The notebooks demonstrate the use of SimpleITK for interactive image analysis using the Python and R programming languages. Recommended reading, if you are starting with SimpleITK.

Support

SimpleITK provides access to most of the ITK components, but not all. If you are looking for something specific and can't find it, open an issue on GitHub or ask for support on the forum.

Report an Issue

Help us improve SimpleITK by reporting issues you encounter. When you report an error, you allow us to address your specific problem, but more importantly you are helping all of the SimpleITK community.

Thank you for helping making SimpleITK better!

All issues are reported and managed on the project's GitHub issue tracker. When reporting an issue, please provide as much information as possible to enable us to reproduce the problem.

The following information will allow us to address your issue in a timely manner:

  1. Error message (copy & pasted) and focused description of the problem.
  2. Operating system, and version (e.g. OSX 10.11.6).
  3. Programming language, and version (e.g. Python 2.7.14, R 3.2.3).
  4. Version of SimpleITK (e.g. 1.1.0), just invoke the SimpleITK Version() function.
  5. How did you install SimpleITK, binary distribution (e.g. conda install -c simpleitk simpleitk), or built it from source (e.g. devtools::install_github("SimpleITK/SimpleITKRInstaller")).
  6. A minimal working example which causes the error.
  7. If your code requires input, possibly point to a minimal sized input image.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

SimpleITK-2.1.0.tar.gz (2.0 MB view hashes)

Uploaded Source

Built Distributions

SimpleITK-2.1.0-cp39-cp39-win_amd64.whl (26.2 MB view hashes)

Uploaded CPython 3.9 Windows x86-64

SimpleITK-2.1.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (48.4 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

SimpleITK-2.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (45.6 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

SimpleITK-2.1.0-cp39-cp39-macosx_11_0_arm64.whl (30.0 MB view hashes)

Uploaded CPython 3.9 macOS 11.0+ ARM64

SimpleITK-2.1.0-cp39-cp39-macosx_10_9_x86_64.whl (44.3 MB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

SimpleITK-2.1.0-cp38-cp38-win_amd64.whl (26.2 MB view hashes)

Uploaded CPython 3.8 Windows x86-64

SimpleITK-2.1.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (48.4 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

SimpleITK-2.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (45.6 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

SimpleITK-2.1.0-cp38-cp38-macosx_11_0_arm64.whl (30.0 MB view hashes)

Uploaded CPython 3.8 macOS 11.0+ ARM64

SimpleITK-2.1.0-cp38-cp38-macosx_10_9_x86_64.whl (44.3 MB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

SimpleITK-2.1.0-cp37-cp37m-win_amd64.whl (26.2 MB view hashes)

Uploaded CPython 3.7m Windows x86-64

SimpleITK-2.1.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (48.4 MB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

SimpleITK-2.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (45.6 MB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.5+ x86-64

SimpleITK-2.1.0-cp37-cp37m-macosx_10_9_x86_64.whl (44.3 MB view hashes)

Uploaded CPython 3.7m macOS 10.9+ x86-64

SimpleITK-2.1.0-cp36-cp36m-win_amd64.whl (26.2 MB view hashes)

Uploaded CPython 3.6m Windows x86-64

SimpleITK-2.1.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (48.4 MB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

SimpleITK-2.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (45.6 MB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.5+ x86-64

SimpleITK-2.1.0-cp36-cp36m-macosx_10_9_x86_64.whl (44.3 MB view hashes)

Uploaded CPython 3.6m macOS 10.9+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page