[Insight-users] Examples of...

Luis Ibanez luis.ibanez at kitware.com
Fri Mar 28 11:16:48 EDT 2008


Hi Esther,

You may not find all this functionalities in a single application.
However, you will find bits and pieces in different applications.

1) You have it solved already, but just for the record,
    one good example is

       InsightApplications/LiveTumorSegmentation

    and of course, you should consider Slicer (www.slicer.org).


2) By "mark" do you mean:

    a) having a user manually draw on the image ?
    b) having an semi-automatic algorithm identify the nodules ?

    If you are talking about (a) you could look at SNAP
    (http://www.itksnap.org/). Slicer (www.slicer.org) may
    also be helpful here.

    If you are talking about (b)... this is still a research
    area. Other people in the list may point you to publications
    (hopefully Open Access ones...) describing suitable algorithms.



3) Displaying an image in a Qt GUI is illustrated in the

      InsightApplications/Auxiliary/QtImageViewer

    You will also find useful to look at IGSTK (www.igstk.org)
    which is based on ITK and VTK, and supports both FLTK and Qt
    as GUI.

    Another option is to look at MITK (http://www.mitk.org/)
    that also supports Qt, and is based on ITK and VTK as well.



   Regards,


      Luis


----------------
Kendra wrote:
> Please suggest me if there is any ITK (and VTK) application or example 
> that does something similar to this:
> 
> 1. Read a dicom serie of a pulmonar TAC. ( This is no problem, I've got it).
> 2. Mark the nodules in RGB colors and labels with the type of the nodule 
> over the image too. (The location and type of the nodules I've got in a 
> XML file that I have parsed).
> 3. Display the result dicom serie in a Qt GUI.
> 
> I've got an application that resolves the most of this questions but 
> probably  it's no the best way to do it and I like to see better 
> examples that gave me ideas for improve my applicaction or correct it.
> 
> Thanks a lot.
> 
> -- 
> Esther.
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> 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