An open API service indexing awesome lists of open source software.

https://github.com/simpleitk/staging


https://github.com/simpleitk/staging

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

SimpleITK
=========

The goal of SimpleITK is to provide an abstraction layer to [ITK](http://www.itk.org) that enables developers and users to access the powerful features of the Insight Toolkit in a more simplified manner. SimpleITK also is easily wrap-able in several languages including:

* [Python](http://www.python.org)
* [Java](http://www.java.com)
* [C#](http://msdn.microsoft.com/en-us/vcsharp/default.aspx)
* [Lua](http://www.lua.org)

Wrapping is accomplished through [SWIG](http://www.swig.org), in principle, any language wrapped by SWIG should be applicable to SimpleITK.

SimpleITK is licensed under the [Apache License](http://www.opensource.org/licenses/apache2.0.php) in the [same way as ITK](http://www.itk.org/Wiki/ITK_Release_4/Licensing).

ToDo:

+ Registration
+ CastImageFilter
+ Multiple input filters
+ Simple arithmetic filters