[Insight-users] Re: Viewing Images
Luis Ibanez
luis.ibanez at kitware.com
Wed, 28 Jan 2004 16:07:59 -0500
Hi Sharad,
There is an image viewer in
InsightApplications/ImageViewer
It requires ITK and FLTK.
This is a slice by slice viewer.
----
You can also use a VTK pipeline by
taking your ITK image and converting
it to a vtkImageData. This is easily
done with the filter ImageToVTKImageFilter
available at
InsightApplications/Auxiliary/vtk
> itkImageToVTKImageFilter.h
> itkImageToVTKImageFilter.txx
There are multiple way of visualizing
your images using VTK. You may want
to look at the simple solution of the
vtkImageViewer
or have more flexibility with the
vtkImageActor
or get interactivity with the
vtkImagePlaneWidget
---
If you want a full fledged application
you can use the free version of VolView
that can be downloaded from
http://www.kitware.com/products/volview.html
It provides multicomponent volume rendering,
slice by slice orthogonal planes, oblique
planes and you can write ITK plugins for it.
Regards,
Luis
-----------------------------
Sharad Kumar Somanchi wrote:
> Hi Luis
> thanks a lot for the help the program works completely now
> once the .mha file is created what is the best way to view it?
> if i want to rotate and turn the 3D image how can i do it? i want to do
> something like the example
> C:\InsightApplications-1.4.0\bin\Auxiliary\vtk\ wherin you can rotate the
> image
> also i have tried using ITKSnap and i can view the images but it is giving
> each image seperately . i.e all the stacked images where you can scroll up
> and down for the specific image
>
> thank you
> regards
> sharad
>
>