[Insight-users] about itk and python
Luis Ibanez
luis.ibanez at kitware.com
Tue Jun 30 15:37:03 EDT 2009
Yes,
Osirix uses both ITK and VTK.
See the layer diagram at
http://www.osirix-viewer.com/AboutOsiriX.html
Luis
----------
Darren Weber wrote:
>
> http://www.osirix-viewer.com/
>
> I think this open-source project may have VTK and ITK in it already.
>
> 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).
>
> Take care,
> Darren
>
>
>
> On Tue, Jun 16, 2009 at 1:39 PM, Lic. José M. Rodriguez Bacallao
> <jmrbcu at gmail.com <mailto:jmrbcu at gmail.com>> wrote:
>
> hi folks, I am new to vtk and itk and I begining to love all the
> goodies of itk, right now, I'm triying to develop a dicom viewer with
> itk, vtk and python (my preferred language) so, I have a couple of
> questions to make.
>
> 1- How about the quality of wrappers (WrapITK vs standard)
> 2- How about memory consumption and load times of the wrappers.
> 3- I need to read several DICOM files, from various modalities, how do
> I read all of them if I need to now the image type first, for example:
>
> import itk
> image_type = itk.Image[itk.SS, 2]
> file_name = 'IM66,dcm' #this is a CT image
> reader = itk.ImageFileReader[image_type].New()
> reader.SetFileName( file_name )
> reader.Update()
>
> what if I need to read a RGB dicom image?
>
> PS: sorry for my english, it's not so good.
>
> --
> Lic. José M. Rodriguez Bacallao
> Centro de Biofisica Medica
> -----------------------------------------------------------------
> Todos somos muy ignorantes, lo que ocurre es que no todos ignoramos
> lo mismo.
>
> Recuerda: El arca de Noe fue construida por aficionados, el titanic
> por profesionales
> -----------------------------------------------------------------
> _____________________________________
> Powered by www.kitware.com <http://www.kitware.com>
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>
>
> ------------------------------------------------------------------------
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list