[ITK-users] Add Seed in SimpleITK.IsolatedConnectedImageFilter

Chiara Caborni chiara.caborni at gmail.com
Tue May 13 07:02:25 EDT 2014


Hello,

 I'm using Slicer 4.3.1, which has SimpleFilters module in it.

 I'm trying adding seeds (using methods SetSeed1/SetSeed2) to a
SimpleITK.IsolatedConnectedImageFilter.

I succedeed adding a list of seeds as input to a
SimpleITK.ConnectedThresholdImageFilter,
using the method, AddSeed(), so that I can iteratively add seeds and then
obtain a list of seeds with the method GetSeedList().

But since the IsolatedConnectedImageFilter has no method addSeed, but just
SetSeed#, I can just add one seed using SetSeed1 and another one using
SetSeed2.
How can I specify more than one seed for both regions 1&2 to separate?

In the DOxygen page,
http://www.itk.org/SimpleITKDoxygen/html/classitk_1_1simple_1_1IsolatedConnectedImageFilter.html
, I read the method SetSeed1/2 is deprecated, please use AddSeed, but
there's no AddSeed method in IsolatedConnectedImageFilter.

Any help appreciated, thank you
kind regards
Chiara
-- 
Chiara
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20140513/752cbb61/attachment.html>


More information about the Insight-users mailing list