[Insight-users] iitkImageToVTKImageFilter
Luis Ibanez
luis.ibanez at kitware.com
Fri, 12 Mar 2004 08:57:15 -0500
Hi Janiv,
The filter:
itkImageToVTKImageFilter
is a convenience class that simply puts
together the following two filter:
itkVTKImageExport
vtkImageImport
You probably will find easier to use the
itkImageToVTKImageFilter directly.
The ImageViewer in InsightApplications is a
simple image viewer. If you want a more complete
viewer you should try:
A) VolView
http://www.kitware.com/products/volview.html
B) ParaView
http://www.paraview.org
If you want to write the code on your own,
you will find useful to look at the tutorial
session:
http://www.itk.org/HTML/Tutorials.htm
in particular:
http://www.itk.org/CourseWare/Training/GettingStarted-II.pdf
Regards,
Luis
------------------
a janiv wrote:
> Hi all,
>
> are there any advantage in using the image export type such as
> "itkVTKImageExport" over "itkImageToVTKImageFilter", how should i
> choose which type to use
> Also, i tried reading a image in a image viewer in the Insight
> Applications, but its only a 2d view (cannot interact with it such as
> rotating it, or dragging it), how can i view a volume image using itk
> and vtk or fltk such that i can rotate it in 3D space and also control
> the intensity of the image, Thanks.
>
> Regards
> janiv
>