[Insight-users] Binary Image segmentation

Sergio Vera sergio.vera at alma3d.com
Mon Sep 26 03:48:22 EDT 2011


Hi

Your second region growing step, performed on the binary image is messing
your segmentation. To fill holes in  binary images try

itk::VotingBinaryHoleFillingImageFilter
oritk::VotingBinaryIterativeHoleFillingImageFilter

Regards

On Sun, Sep 25, 2011 at 6:00 PM, John Hiller <john.hiller53 at gmail.com>wrote:

> Hi ITK users,
>
> From what I can understand, segment dicom images using a region growing
> segmentation filter (confidence connected to be specific) will construct a
> binary image.
>
> After I do that kind of segmentation, I view the binary image in vtk and
> then I try to carry out the same segmentation filter on that binary image so
> that I can fill up any black holes
> lingering around in the image. I want to do this because of the easiness of
> adding seeds with confidence connected filter.
>
> However, I dont exactly get the result I want, what appears is just a white
> window, all white.
>
> Is it not possible to segment binary images, are there alternatives to get
> rid of black holes in segmentation result where I can use my adding seed
> interface quite easily. I'm  using vtk to get
> the user to click on the image to add their seeds and I was hoping that I
> could do the same for those black holes.
>
> Thanks,
> John
>
> _____________________________________
> 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.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
>
>


-- 
Sergio Vera

 Alma IT Systems
 C/ Vilana, 4B, 4º 1ª
 08022 Barcelona
 T. (+34) 932 380 592
 www.alma3d.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20110926/9b4738ce/attachment.htm>


More information about the Insight-users mailing list