<br><a href="http://www.osirix-viewer.com/">http://www.osirix-viewer.com/</a><br><br>I think this open-source project may have VTK and ITK in it already.<br><br>If your on OSX, just jump on the bandwagon!  If not, you might hack it or at least use some code for other platforms (seems to be GPL code).<br>
<br>Take care,<br>Darren<br><br><br><br><div class="gmail_quote">On Tue, Jun 16, 2009 at 1:39 PM, Lic. José M. Rodriguez Bacallao <span dir="ltr">&lt;<a href="mailto:jmrbcu@gmail.com">jmrbcu@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">hi folks, I am new to vtk and itk and I begining to love all the<br>
goodies of itk, right now, I&#39;m triying to develop a dicom viewer with<br>
itk, vtk and python (my preferred language) so, I have a couple of<br>
questions to make.<br>
<br>
1- How about the quality of wrappers (WrapITK vs standard)<br>
2- How about memory consumption and load times of the wrappers.<br>
3- I need to read several DICOM files, from various modalities, how do<br>
I read all of them if I need to now the image type first, for example:<br>
<br>
import itk<br>
image_type = itk.Image[itk.SS, 2]<br>
file_name = &#39;IM66,dcm&#39; #this is a CT image<br>
reader = itk.ImageFileReader[image_type].New()<br>
reader.SetFileName( file_name )<br>
reader.Update()<br>
<br>
what if I need to read a RGB dicom image?<br>
<br>
PS: sorry for my english, it&#39;s not so good.<br>
<br>
--<br>
Lic. José M. Rodriguez Bacallao<br>
Centro de Biofisica Medica<br>
-----------------------------------------------------------------<br>
Todos somos muy ignorantes, lo que ocurre es que no todos ignoramos lo mismo.<br>
<br>
Recuerda: El arca de Noe fue construida por aficionados, el titanic<br>
por profesionales<br>
-----------------------------------------------------------------<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>
Please keep messages on-topic and check the ITK FAQ at: <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>
</blockquote></div><br>