Flood filling question

Does flood filling work on 16-bit data? For some of my datasets, the intensity tolerance maximum of 1000 might be a little small, and flood filling doesn’t seem to do anything. I’ve checked intensity values using the data probe and lowered the neighborhood size all the way down to 0.01, and mouse clicks do nothing.

This is with a relatively recent (7/18) nightly build on MacOS 10.12.5. Flood filling works fine on an example dataset (MR brain tumor 2).

I highly suspect the problem is between chair and keyboard, as they say.

Thanks,

-Hollister

The problem about “Flood filling” have been solved.I set the intensity tolerance maximum of 25 and the neighborhood size to 0.15 in hematoma reconstruction.
Thanks to everyone!

I’ve implemented initialization of slider range based on selected master volume, so you should be able to specify larger tolerance values for images with larger dynamic range. You can either get the latest version of FloodFilling effect script here and update the file manually; or download the nightly version of Slicer tomorrow or later.

1 Like

I’ll give this a try. Thank you!