https://github.com/simpleitk/staging
https://github.com/simpleitk/staging
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simpleitk/staging
- Owner: SimpleITK
- License: apache-2.0
- Created: 2011-05-25T14:12:48.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-04T14:14:45.000Z (over 14 years ago)
- Last Synced: 2024-04-24T03:31:37.751Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 2.56 MB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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