[Insight-users] Selecting a specific dataset from a dicom directory using IKT and FLTK

Luis Ibanez luis.ibanez at kitware.com
Sat Jun 9 16:53:22 EDT 2007


Hi Zein,

Please look at the application:


      InsightApplications/
           LiverTumorSegmentation


It is an example of how to find the list of DICOM series
in a directory and how to presenting in a GUI menu using
FLTK.


In particular you may want to look at the GUI file:


          DicomImageReaderGUI.fl


and the associated logic in the files:


          DicomImageReader.h
          DicomImageReader.txx
          DicomImageReaderBase.h
          DicomImageReaderBase.txx



    Regards,


       Luis



---------------
Zein Salah wrote:
> Hello all,
> 
> I followed the ITK Software Guide to read DICOM directories into my 
> program.  Everything went fine.
> 
> However, I store the list of series Id's (generated 
> with GDCMSeriesFileNames)  into  a vector of strings,
> 
> a string representing a series Id is toooo long. I want to choose a 
> series ID from the list and then read
> 
> the corredponding 3D volume. The question is how to interactively select 
> an ID from the list. I thought
> 
> of using an FL_Choice. The problem is that I must define the input menu 
> for FL_Choice dynamically,
> 
> according to the list of IDs.  Is this actually possible? How? Does 
> anybody have a better idea for
> 
> choosing a specific dataset from the dicom directory? Does FLTK, 
> e.g., provide functionality for generating
> 
> some kind of thumbnails, from which one selects the needed dataset?
> 
> I would appreciate any suggestions and ideas.
> 
> Many thanks.
> 
> Zein
> 
>  
> 
>  
> 
>  
> 
> However, I need suggestions regarding two points:
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users


More information about the Insight-users mailing list