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

Abdelkhalek Bakkari bakkari.abdelkhalek at hotmail.fr
Sat Feb 11 10:58:16 EST 2017


Dear Dr Richard Beare,


I am trying your code source which is published in the insight journal about the " The watershed transform in ITK - discussion and new developments".


I debugged the perf3D and mperf3D. However, in the mperf3D, it needs two input images. Could you please explain for me the way of adopting it for a .mha file ?


Thank you in advance.


Best regards,


Abdelkhalek Bakkari
Ph.D candidate in Computer Science
Institute of Applied Computer Science
Lodz University of Technology, Poland




________________________________
From: Richard Beare <richard.beare at gmail.com>
Sent: 10 February 2017 22:00
To: Abdelkhalek Bakkari
Cc: insight-users
Subject: Re: [ITK-users] Watershed for 3D Image Segmentation - One Seed Point -

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<mailto: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<http://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/b2bfedcb/attachment.html>


More information about the Insight-users mailing list