[ITK-dev] Divide a label into Nregion of the same volume

Matt McCormick matt.mccormick at kitware.com
Wed Sep 16 12:07:49 EDT 2015


Hi Cyril,

Yes, either

  http://www.itk.org/Doxygen/html/classitk_1_1BinaryImageToLabelMapFilter.html

can be used to do further computation as a LabelMap

or

  http://www.itk.org/Doxygen/html/classitk_1_1ConnectedComponentImageFilter.html

can be used if you want to work with it as an Image.

Both with identify the connected components in the segmentation.

HTH,
Matt

On Wed, Sep 16, 2015 at 3:16 AM, Cyril Jaudet <drcjaudet at gmail.com> wrote:
> Hello ITK community,
> I recently use itk to segment a ring around a tumor on CT images. Is it
> possible to divide the label (value 0,1) into a label map consiting of N
> connected region (0-N) each with the same volume?
> Thank You,
> Cyril Jaudet; PhD
> UZbrussel
>
>
>
> _______________________________________________
> 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://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://public.kitware.com/mailman/listinfo/insight-developers
>


More information about the Insight-developers mailing list