[Insight-users] Volume data viewer??

Luis Ibanez luis . ibanez at kitware . com
Mon, 08 Jul 2002 01:36:56 -0400


Hi,

You may also want to try:

-  Insight/Examples/RawImageReaderViewer

This is a small application that reads a RawImage
and display it slice by slice. You should provide the
number of voxels in { X, Y, Z} to the GUI, then
click "Load" and then "Show".

It requires FLTK (http://www.fltk.org).

It uses internally the fltk::Image2DViewer class that
Julien mentioned.


   Luis


=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D
Julien Jomier wrote:

>Or if you want to display the volume as a collection of 2D slices you ca=
n
>use
>fltkImageViewer (in the Auxiliary directory). It requires FLTK
>(www.fltk.org)
>
>Basically:
>
>#include <fltkImageViewer.h>
>typedef fltk::ImageViewer< PixelType,OverlayPixelType > ImageViewerType;=

>ImageViewerType* myViewer =3D  new ImageViewerType;
>myViewer ->SetImage( myImage);
>myViewer ->Show();
>
>HTH
>
>Julien
>
>----- Original Message -----
>From: Nils Hanssen
>To: 'Zein Salah' ; insight-users@public.kitware.com
>Sent: Wednesday, July 03, 2002 11:12 AM
>Subject: RE: [Insight-users] Volume data viewer??
>
>
>Hi Zein,
>
>IMHO, the easiest way is to use a visualization package like vtk
>(www.kitware.com/vtk). Once you have loaded your data in an itk::Image, =
you
>can use itk::VTKImageExport and vtkImageImport to connect the itk and vt=
k
>pipeline.
>
>Nils
>-----Original Message-----
>From: insight-users-admin@public.kitware.com
>[mailto:insight-users-admin@public.kitware.com]On Behalf Of Zein Salah
>Sent: Wednesday, July 03, 2002 4:55 PM
>To: insight-users@public.kitware.com
>Subject: [Insight-users] Volume data viewer??
>
>
>Hello everybody,
>
>Can anybody help me! I want to build a simple viewer for volume data, e.=
g.
>raw files. The viewer is to be used with ITK.
>
>Thanks,
>
>Zein
>
>
>->8<------------->8<------------->8<------------->8<------------->8<----=
----
>----->8<-
>Zein I. Salah
>Universit=E4t T=FCbingen, WSI-GRIS
>Sand 14
>72076 T=FCbingen
>Email: salah@gris.uni-tuebingen.de  / zeinsalah@hotmail.com
>Tel.: (07071) 29 75465 (GRIS) , (07071) 96 44 39 (privat)
>
>_______________________________________________
>Insight-users mailing list
>Insight-users@public.kitware.com
>http://public.kitware.com/mailman/listinfo/insight-users
>