[Insight-users] Support for multiple seeds added to Confidence Connected

Luis Ibanez luis . ibanez at kitware . com
Wed, 09 Jul 2003 16:54:05 -0400


Hi,

The ConfidenceConnectedImageFilter accepts
now multiple seed points.

They are set with the method

        AddSeed()

as opposed to the previous method

        SetSeed()


This allow to take advantage of the
capabilities of the Floodfill iterator
for managing multiple initial seeds.

The ConfidenceConnected filter will
now be able to grow simultaneously
multiple non-connected regions, but
still using common statistics.

The same functionality is also available
through the Volview plugins in
InsightApplications



    Luis