[Insight-users] DICOM 3D segmentation

Jon Haitz Legarreta jhlegarreta at vicomtech.org
Tue Aug 6 03:11:58 EDT 2013


Hi,
segmentation is highly dependent on the structure/tissue of interest and
the modality you are using.

As for the pixel type that best fits your image, (signed) short is a common
choice for CT images. As for the seed point, make sure you take into
account the ITK's axis/orientation conventions, as well as the ones your
viewer may be using. You may find it useful displaying your seed point so
that you can see that you are actually placing it where you want/expect it
to be.

Most ITK filters are templated over the dimensionality, so you will be able
to segment images no matter they are 2D or 3D.

You may find it useful to have a look at the ITK software guide to explore
some built-in segmentation methods and examples:
http://www.itk.org/ItkSoftwareGuide.pdf

HTH,
JON HAITZ


On 6 August 2013 05:09, pengpeng <helloliupengxin at gmail.com> wrote:

> Dear ALL
>
> I am working for DICOM 3D segmentation.
> I met some problems like reader type (unsigned char or float) and how to
> choose seed point and so on.
> I tried many times but still no result. Who can help put on one example
> code
> and CT DICOM slices.
>
> I appreciate it a lot for any tips.
>
> Thanks a lot.
>
>
>
>
> --
> View this message in context:
> http://itk-users.7.n7.nabble.com/DICOM-3D-segmentation-tp32057.html
> Sent from the ITK - Users mailing list archive at Nabble.com.
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20130806/ac852681/attachment.htm>


More information about the Insight-users mailing list