[Insight-users] How to select seed points from an image
Luis Ibanez
luis.ibanez at kitware.com
Sun Feb 15 16:37:06 EST 2009
Hi Raghu,
The seed points that are provided as examples in the
ITK Software Guide will *not* work for any other dataset.
In order to select proper seed points for your dataset,
you will need to use some visualization tool.
You can use:
* ImageViewer from InsightApplications
or
* SNAP (http://www.itksnap.org)
or
* SLICER (www.slicer.org)
If you are building a full application, then you may
want to combine ITK with
* VTK for visualization
and
* A GUI library such as
** Qt
** FLTK
** wxWindows
** KWWidgets
From the visualization front of your GUI application
you will capture seed points to pass to the ITK filters.
See for example the source code of
InsightApplications/LiverTumorSegmentation
or
InsightApplications/RegionGrowingSegmentation
or
InsightApplications/FastMarchingLevelSet
Regards,
Luis
----------------
RAGHU PRASAD wrote:
> Hi,
>
>
> I have a 2D CT DICOM data set of brain, the requirement is to segment out
> the white matter,gray matter and the ventricle.I used connected threshold
> image filter but I am not getting the desired result also I want to know how
> to set seed index values in order to segment out white matter and gray
> matter.For experimentation purpose I just copied the seed index and
> threshold values from itk software guide ,so what methodology should I
> employ in order to set the seed values to my own data set so thai I can
> segment out white matter and gray matter.
>
> --
> Warm Regards
>
> Raghu Prasad
>
>
> ------------------------------------------------------------------------
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list