[Insight-users] Announcement SimpleITK 0.3.0 Beta release
Bradley Lowekamp
blowekamp at mail.nih.gov
Fri Oct 7 16:02:42 EDT 2011
Hello we are pleased to announce the release of the first beta version of SimpleITK 0.3.0.
Getting started instructions and download information can be found at:
http://www.itk.org/Wiki/ITK_Release_4/SimpleITK/GettingStarted
More introductory information about SimpleITK can be found here:
http://www.simpleitk.org/SimpleITK/project/about.html
SimpleITK is an additional simplified interface to ITK, which is wrapped in a variety of languages.
SimpleITK code looks like this in python:
import SimpleITK as sitk
image = sitk.ReadImage( sys.argv[1] )
image = sitk.SmoothingRecursiveGaussian( image, float( sys.argv[2] ) )
sitk.WriteImage( image, sys.argv[3] )
A good introduction to SimpleITK is the presentation of the SimpleITK Tutorial from MICAI:
https://github.com/SimpleITK/SimpleITK-MICCAI-2011-Tutorial/blob/master/Presentation/SimpleITK-MICCAI-2011.pdf?raw=true
Please let us know if you have any problems.
Thanks
========================================================
Bradley Lowekamp
Medical Science and Computing for
Office of High Performance Computing and Communications
National Library of Medicine
blowekamp at mail.nih.gov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20111007/ea5bc4e3/attachment.htm>
More information about the Insight-users
mailing list