[Insight-users] dilation

Gaetan Lehmann gaetan.lehmann at jouy.inra.fr
Sun Oct 30 15:23:19 EST 2005


Hi Yasser,

You can use a closing by reconstruction to preserve the shape of your objects.
http://www.itk.org/Doxygen/html/classitk_1_1ClosingByReconstructionImageFilter.html

If you want to apply it on a binary image, you can make by your self a more 
efficient closing by reconstruction with a sequence of a binary dilate and a 
reconstruction by erosion:
http://www.itk.org/Doxygen/html/classitk_1_1BinaryDilateImageFilter.html
http://www.itk.org/Doxygen/html/classitk_1_1ReconstructionByErosionImageFilter.html

Regards,

Gaetan

On Sunday 30 October 2005 21:10, yasser salman wrote:
> Hi ,
>
>  I’m using dilation to filling holes in my ROI, how
> can I preserve my ROI edges from growth?
>
>
>
>
>
>
> __________________________________
> Yahoo! Mail - PC Magazine Editors' Choice 2005
> http://mail.yahoo.com
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://public.kitware.com/pipermail/insight-users/attachments/20051030/fccba346/attachment.pgp


More information about the Insight-users mailing list