SimpleITK / SlicerSimpleFilters

A Module for Slicer3D to provide a simple GUI to image filters from the Insight Toolkit.
Other
1 stars 12 forks source link

Improve management of fiducial list (for example in IsolatedWatershedImageFilter) #3

Open jcfr opened 8 years ago

jcfr commented 8 years ago

See here http://www.na-mic.org/Bug/view.php?id=4065#c13578 for details.

blowekamp commented 8 years ago

Thanks for the feedback. As I recall you desired behavior was the original behavior with the old fiducialls, but it changed with the new Annotation nodes. This is the block of code that needs a change: https://github.com/SimpleITK/SlicerSimpleFilters/blob/master/SimpleFilters/SimpleFilters.py#L662-L710