[IGSTK-Users] Converting itk image to ijstk image

Luis Ibanez luis.ibanez at kitware.com
Thu Mar 29 21:06:53 EDT 2007



Hi Yoav,


IGSTK is not intended for Image Processing or Image Analysis.


       You probably should use ITK for those purposes.


Here is what you could do:


    1) In an ITK based program

    1.1) Load your image into ITK readers

    1.2) use ITK filters for processing the image

    1.3) Save the image using the DICOM format



    2) In and IGSTK based program

    2.1) Load in IGSTK the DICOM image that
         you saved in step (1.3).

    2.2) Display the image using the IGSTK
         image spatial object representation
         class



  Regards,


      Luis


--------------------
Yoav Taieb wrote:
> Hi
> I want to read image in igstk and do a filter on the image and then 
> represent the new image.
> I want to know how to convert the itk image to the igstk image?
>  
> Thanks yoav.
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> IGSTK-Users mailing list
> IGSTK-Users at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users



More information about the IGSTK-Users mailing list