[Insight-users] Re: Extracting Coronal, Saggital, Axial
Luis Ibanez
luis . ibanez at kitware . com
Fri, 01 Aug 2003 15:39:09 -0400
Hi Marcellus,
ITK does not provide any visualization.
ITK performs image segmentation and registration.
The concepts of Coronal, Axial and Saggital
are mainly related to visualization.
Two possible options are
1) You may extract 2D slices from a 3D volume
using the itk::ExtractImageFilter.
http://public . kitware . com/Insight/Doxygen/html/classitk_1_1ExtractImageFilter . html
Then, you can use this 2D slices for display
as images in a GUI.
2) You could also use VTK for visualizing the slice.
In that case you may want to convert the ITK image
into a VTK image using the ImageToVTKImage filter
available in InsightApplications/Auxiliary/vtk.
Then pass the vtkImageData to the vtkImageViewer2
class. This class allows to select the orientation
and the slice to be viewed.
http://www . vtk . org/doc/nightly/html/classvtkImageViewer2 . html
Regards,
Luis
------------------------
marcellus walace wrote:
>
> Hi Luis,
>
> I've sent you a mail yesterday but you didn't answer me. So I would like
> to know if itk provides
> some algorithms codes which build coronal, transversal, and sagital
> views of medical file series.
> I'm now reading the software guide and I can't see some indications
> about the subject.
> Please can you help me.
>
> Regards,
>
> _________________________________________________________________
> Protect your PC - get McAfee.com VirusScan Online
> http://clinic . mcafee . com/clinic/ibuy/campaign . asp?cid=3963
>
>