Menu

Tree [522e60] master /
 History

HTTPS access


File Date Author Commit
 .ExternalData 2015-06-04 Bradley Lowekamp Bradley Lowekamp [078ec2] Create separate source and data tar-balls for d...
 CMake 2016-10-12 Bradley Lowekamp Bradley Lowekamp [f8dd91] Use UNINITIALIZED CMake variable type when unde...
 Code 2016-10-11 Dave Chen Dave Chen [f0359d] Simplified the show command
 Documentation 2016-08-18 Bradley Lowekamp Bradley Lowekamp [62a720] Replacing 0.10.0 manylinux wheels with build 1.
 Examples 2016-09-29 Bradley Lowekamp Bradley Lowekamp [fc7f67] Adding CSharp port of ImageRegistration1 example
 SuperBuild 2016-10-05 Richard Beare Richard Beare [bc93c8] Disable pthreads in GTest
 TemplateComponents 2016-07-20 Bradley Lowekamp Bradley Lowekamp [f3a4d1] Renaming std::auto_ptr to nsstd::auto_ptr
 Testing 2016-09-15 Bradley Lowekamp Bradley Lowekamp [a66799] Correct tests for Image::EraseMetaData
 Utilities 2016-09-01 Dave Chen Dave Chen [5b6823] Fix ITK TAGS_DEPENDS bug
 Wrapping 2016-09-15 Bradley Lowekamp Bradley Lowekamp [fd5591] Separate R Array functions into separate file
 .gitattributes 2012-12-14 Bradley Lowekamp Bradley Lowekamp [7f7bcc] Modify git attributes to allow big swig dot i f...
 .gitignore 2016-08-04 Hans Johnson Hans Johnson [bf97f2] ENH: Add ignore for CLion editior temp files
 .hooks-config.bash 2012-02-13 Bradley Lowekamp Bradley Lowekamp [8c4008] ENH: Simplify local Git hook chaining
 .travis.yml 2016-09-01 David T. Chen David T. Chen [fa7d6e] Initial checkin of .travis.yml
 CMakeLists.txt 2016-07-05 Bradley Lowekamp Bradley Lowekamp [d15b14] Default the visibility of SimpleITK libraries t...
 CTestConfig.cmake 2014-06-21 Bradley Lowekamp Bradley Lowekamp [61724c] Updating Dash info
 LICENSE 2010-11-24 Luis Ibanez Luis Ibanez [4baeec] ENH: Adding the Apache license.
 NOTICE 2013-02-05 Bradley Lowekamp Bradley Lowekamp [218495] Updating copyright years in notice.
 Readme.md 2016-08-20 Bradley Lowekamp Bradley Lowekamp [58e5dc] Adding CircleCi badge for master branch.
 SimpleITKConfig.cmake.in 2016-08-15 Bradley Lowekamp Bradley Lowekamp [cf5c9e] Adding comment documentation to Config version ...
 SimpleITKConfigVersion.cmake.in 2014-04-08 Bradley Lowekamp Bradley Lowekamp [c2680a] Require SimpleITK major version to match for co...
 UseSimpleITK.cmake.in 2012-02-21 David Cole David Cole [c516b4] ENH: Add install and export rules for SimpleITK...
 Version.cmake 2016-07-27 Bradley Lowekamp Bradley Lowekamp [520a0d] Bumping version 0.11.0 for development
 circle.yml 2016-09-16 Bradley Lowekamp Bradley Lowekamp [7af3f8] Adding SSH multiplexing to prevent change host ...

Read Me

SimpleITK

CircleCI

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 optionally 3D+time. The dimensionality refers to spatio-temporal dimensions, the voxels can be n-dimensional vectors.

SimpleITK is licensed under the Apache License in the same way as ITK.

Development

SimpleITK uses the Git distributed version control system. The main repository is hosted on itk.org and mirrored to Github. There are two main branches, master and next. The "master" is a stable branch of the code, and suitable for most users, while "next" contains future features that are unlikely to be stable.

The SimpleITK Wiki is the main site for all things SimpleITK. The site includes information on installing the toolkit's binary distributions, building the toolkit, user support documentation and much more. The API documentation is maintained using Doxygen.

SimpleITK provides access to most of the ITK components, but not all. If you are looking for something specific and can't find it, ask for support on the mailing list (you will need to subscribe to the mailing list before you post).

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.