Info
Version: | 1.0.0.1 |
Author(s): | Sebastian Widz |
Last Update: | Friday, May 26, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.simpleitk.org/ |
NuGet Url: | https://www.nuget.org/packages/SimpleITK-win32-CSharp-x86 |
Install
Install-Package SimpleITK-win32-CSharp-x86
dotnet add package SimpleITK-win32-CSharp-x86
paket add SimpleITK-win32-CSharp-x86
SimpleITK-win32-CSharp-x86 Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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: Python, R, Java, C#, Lua, TCL, Ruby. 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.
I am not the author of this package. Please read http://www.simpleitk.org/ for more details.