<div>Hi</div><div><br></div><div>As a previous user of standard ITK in C++, you do not have idea how fantastic has been to switch to SimpleITK, combine it with Scipy+Numpy+Mayavi+PySide etc and you have the best set of tools you can dream, it truly helps to concentrate on the &quot;idea&quot; rather than in the implementation</div>
<div><br></div>AntiAliasBinaryImageFilter would be my first in my wish list (I&#39;m precisely written my own SWIG module)<div><br></div><div><div>Thanks a lot, can&#39;t wait to have all the filters integrated</div><div>
<br></div><div>Regards</div><div><br></div><div>Sam</div><div><div><br><div class="gmail_quote">On Fri, Sep 7, 2012 at 11:19 AM, Bradley Lowekamp <span dir="ltr">&lt;<a href="mailto:blowekamp@mail.nih.gov" target="_blank">blowekamp@mail.nih.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hello,<div><br></div><div>We are pleased to announce the release of SimpleITK 0.5.1!</div>
<div><br></div><div>We have continued to focus on wrapping more ITK image filters and improve the infrastructure.</div><div><br></div><div>Additionally, we have improved the release infrastructure to allow for more automatic building of the binary packages. This will allow for more frequent releases in the future.</div>
<div><br></div><div>Some key improvements include:</div><div> * Over 225 Image filters wrapped</div><div> * Support for R language wrapping on OSX and linux thanks to Richard Beare</div><div> * Many improvement to the Show method, include support for color and fixes on windows 64-bit platform</div>
<div> * Refactoring of the library structure for VS9 2008 and shared library support</div><div> * And many more!</div><div><br></div><div><br></div><div><div>There are numerous binaries available for download for Python via setuptools&#39; easy_install. Additionally ,we have added select binary distributions for C# and Java. Information on downloading and getting started can be found here:</div>
<div><br></div><div><a href="http://www.vtk.org/Wiki/ITK/Release_4/SimpleITK/GettingStarted#Binaries" target="_blank">http://www.vtk.org/Wiki/ITK/Release_4/SimpleITK/GettingStarted#Binaries</a></div><div><br></div><div>A table of the filters covered in SimpleITK is available in the doxygen:</div>
<div><br></div><div><a href="http://www.itk.org/SimpleITKDoxygen/html/Filter_Coverage.html" target="_blank">http://www.itk.org/SimpleITKDoxygen/html/Filter_Coverage.html</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] ) </div><div>image  = sitk.SmoothingRecursiveGaussian( image,  float( sys.argv[2] ) )</div><div>sitk.WriteImage( image, sys.argv[3] )</div>
</div></div></div><div><br></div><div><div>As this a a pre-1.0 release, 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 several prototypes which did not provide the correct combination of flexibility and easy of use. We currently expect transform support to be available in the next major release.</div>
</div><div><br></div><div>Enjoy,</div><div>Brad</div><div><br><div>
<span style="font-size:12px"><div style="word-wrap:break-word"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:12px;white-space:normal;font-family:Helvetica;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> </span><span> </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> </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" target="_blank">blowekamp@mail.nih.gov</a></font></p><br></span></div></span><br>
</div>
<br></div></div><br>_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br></div></div></div>