[Insight-users] Using ITK + VTK in the same pipeline : C++, Tcl,
Python.
Luis Ibanez
luis . ibanez at kitware . com
Wed, 10 Sep 2003 16:06:26 -0400
Hi Radhika,
You can easily combine ITK and VTK filters in the same pipeline
by using the filter adaptors available in
InsightApplications/Auxiliary/vtk
You will find
itkImageToVTKImageFilter
and
itkVTKImageToImageFilter
Thanks to recent work by Charl Botha, It is also
possible now to do this with Pyton and Tcl scripts
Regards,
Luis
--------------------------------------
Radhika Sivaramakrishna wrote:
> Hi Luis,
>
> Thanks for your prompt response. I have the Hello World program up and
> running.
>
> Essentially, is there a way to integrate VTK libraries into ITK so
> that without having to save images on to a file in VTK format and
> retrieving them through VTK, I can straightaway call VTK functions
> from within my ITK framework which will allow me to display 3D images
> and look at different slices and their gray values, or plot histograms
> of images etc and do other such display oriented things?
>
> Thanks
> Radhika
>
>
>
>