[Insight-users] Volume data viewer??

Ting Chen chenting at graphics . cis . upenn . edu
Tue, 9 Jul 2002 15:11:15 -0500


Hi! Lius,
which version of fltk will you recommend? It would be better that we can use
a stable version of fltk so there will not be the trouble for changing the
code from time to time.
thanks a lot!

ting


-----Original Message-----
From: Luis Ibanez <luis.ibanez@kitware.com>
To: Julien Jomier <jjomier@cs.unc.edu>
Cc: Nils Hanssen <hanssen@caesar.de>; 'Zein Salah'
<salah@gris.uni-tuebingen.de>; insight-users@public.kitware.com
<insight-users@public.kitware.com>
Date: Monday, July 08, 2002 12:33 AM
Subject: Re: [Insight-users] Volume data viewer??


>
>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
>
>
>===========================
>Julien Jomier wrote:
>
>>Or if you want to display the volume as a collection of 2D slices you can
>>use
>>fltkImageViewer (in the Auxiliary directory). It requires FLTK
>>(www.fltk.org)
>>
>>Basically:
>>
>>#include <fltkImageViewer.h>
>>typedef fltk::ImageViewer< PixelType,OverlayPixelType > ImageViewerType;
>>ImageViewerType* myViewer =  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 vtk
>>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ät Tübingen, WSI-GRIS
>>Sand 14
>>72076 Tübingen
>>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
>>
>
>
>
>_______________________________________________
>Insight-users mailing list
>Insight-users@public.kitware.com
>http://public.kitware.com/mailman/listinfo/insight-users