[Insight-users] MFC+VTK+ITK

Luis Ibanez luis.ibanez at kitware.com
Wed Mar 5 17:45:25 EST 2008


Hi Ignacio:


1) Reading DICOM

    Look at:

     - Image/Example/IO/DicomSeriesReadImageWrite2.cxx
     - InsightApplications/LiverTumorSegmentation/DicomImageReader.cxx
     - http://insight-journal.org/midas/handle.php?handle=1926/495


2) Selecting slices and clicking;

    Look at:

      - InsightApplications/LiverTumorSegmentation/ImageSliceViewer


3) Segmenting an anatomical structure using Region Growing

    Look at:

     - InsightApplications/Auxiliary/vtk/
           itkReadITKImage3DSegmentShowVTK.cxx

     - www.itk.org/ItkSoftwareGuide.pdf  Segmentation Chapter

     - Insight/Examples/Segmentation/
           ConfidenceConnected.cxx
           ConnectedThresholdImageFilter.cxx

4) Saving an image in DICOM format

     Look at:

     - Insight/Examples/IO/ImageReadDicomSeriesWrite.cxx


5) Show the segmentation using VTK

     Look at:

     - InsightApplications/Auxiliary/vtk/
           itkReadITKImage3DSegmentShowVTK.cxx


6) Combining ITK, VTK and MFC:


     Look at:

     - ITK Tutorials:
       http://www.itk.org/HTML/Tutorials.htm
     Using ITK and VTK
     http://www.itk.org/CourseWare/Training/GettingStarted-II.pdf
     Using ITK and GUIs (MFC)
     http://www.itk.org/CourseWare/Training/GettingStarted-IV.pdf

     - Insight Journal paper
      "How to use ITK and MFC" by Yong Su:
      http://insight-journal.org/midas/handle.php?handle=1926/479





    Regards,


        Luis



-----------------------------
Ignacio García Fenoll wrote:
> Deart insight-users:
> 
> I am trying to implement a GUI using MFC, ITK and VTK. These are the 
> main steps that I have to achieve.
> 
> 1. Read a DICOM file formed by series of CT and show one slice. In this 
> slice, the doctor pick up with the mouse in the texture that he wants to 
> segment (e.g. bone, muscle...).
> 2. ITK makes a 3D segmentation for this part of the image.
> 3. Save the 3D image segmented in a new DICOM.
> 4. Show the segmented DICOM using VTK.
> 
> Could you help me at least with the I/O functions? I would be always 
> grateful for your support. I am beginning to learn ITK and MFC and it's 
> to difficult to me. Maybe if you could send me some examples in this way 
> I could do the training faster.
> 
> Thank you very much!!
> -- 
> Ignacio García Fenoll
> Grupo de Imágenes Médicas
> Departamento de Teoría de la Señal y Comunicaciones
> Universidad de Sevilla
> e-mail: igfenoll at gmail.com <mailto:igfenoll at gmail.com>
> Tlf.: 666053047
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> 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