<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello we are pleased to announce the release of SimpleITK 0.4.0 beta.<div><br></div><div>SimpleITK is an additional simplified interface to ITK, which is wrapped in a variety of languages.</div><div><br></div><div>Since the last beta release we have focus on adding more image filter, and improving support for Python, Java and C#.</div><div><br></div><div>There are numerous binaries available for download for Python via setuptools easy_install. Additionally we have added select binary distributions for C# and Java. Information on getting started can be found here:</div><div><br></div><div><a href="http://www.vtk.org/Wiki/ITK/Release_4/SimpleITK/GettingStarted#Binaries">http://www.vtk.org/Wiki/ITK/Release_4/SimpleITK/GettingStarted#Binaries</a></div><div><br></div><div><div>SimpleITK code looks like this in Python:</div><div><div><br></div><div>import SimpleITK as sitk</div><div><br></div><div>image = sitk.ReadImage( sys.argv[1] )&nbsp;</div><div>image &nbsp;= sitk.SmoothingRecursiveGaussian( image, &nbsp;float( sys.argv[2] ) )</div><div>sitk.WriteImage( image, sys.argv[3] )</div></div><div><br></div><div>A good introduction to SimpleITK is the presentation of the SimpleITK Tutorial from MICAI 2011:</div><div><a href="https://github.com/SimpleITK/SimpleITK-MICCAI-2011-Tutorial/blob/master/Presentation/SimpleITK-MICCAI-2011.pdf?raw=true">https://github.com/SimpleITK/SimpleITK-MICCAI-2011-Tutorial/blob/master/Presentation/SimpleITK-MICCAI-2011.pdf?raw=true</a></div></div><div><br></div><div><br></div><div>As this a a pre-1.0 release, and labeled a beta as such, the interface may still change some as the library continues to develop.</div><div><br></div><div>We are also seeking feedback as to important missing filters, as well as user experiences to guide further development. Noticeably missing still is registration. We have gone through a couple prototypes which did not provide the correct combination of flexibility and easy of use. However, we are currently finalizing one and expect it to be available in the next release.</div><div><br></div><div>Enjoy!</div><div><br><div>
<span class="Apple-style-span" style="font-size: 12px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">========================================================</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Bradley Lowekamp<span class="Apple-converted-space">&nbsp;</span><span class="Apple-converted-space">&nbsp;</span></font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Medical Science and Computing for</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Office of High Performance Computing and Communications</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">National Library of Medicine<span class="Apple-converted-space">&nbsp;</span></font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; "><a href="mailto:blowekamp@mail.nih.gov">blowekamp@mail.nih.gov</a></font></p><br class="Apple-interchange-newline"></span></div></span><br class="Apple-interchange-newline">
</div>
<br></div></body></html>