[ITK-users] Watershed for 3D Image Segmentation - One Seed Point -

Richard Beare richard.beare at gmail.com
Fri Feb 10 16:00:12 EST 2017


The greedy approaches, like MorphologicalWatershedFromMarkers, require 2
seeds. One is the background seed. Sometimes that can be something very
simple like the image boundary. The advantage of greedy approaches is that
you don't need to specify stopping conditions. The cost is obviously the
extra seed. Another advantage is that most  of the methods naturally
support lots of independent seeds, if you want them.

On Sat, Feb 11, 2017 at 7:45 AM, Abdelkhalek Bakkari <
bakkari.abdelkhalek at hotmail.fr> wrote:

> Dear ITK users,
>
>
> I Would like to know if there is an algorithm in ITK that is proposed for a semi-automatic segmentation of three-dimensional images.
>
> One seed location should be chosen like in Region Growing.
>
> Thank you in advance.
>
> Best regards,
>
>
> Abdelkhalek Bakkari
> Ph.D candidate in Computer Science
> Institute of Applied Computer Science
> Lodz University of Technology, Poland
>
>
>
> _____________________________________
> 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://public.kitware.com/mailman/listinfo/insight-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20170211/5bf30067/attachment.html>


More information about the Insight-users mailing list