I’m looking for a 3D Slicer tool that will segment a bone isolated from others from a single click, taking into account the threshold chosen by the user. This logic of this tool would be to select all the pixels that are in contact with the spot where the cick was made (in sequence), within the chosen threshold.
This is how AMIRA’s “Magic Wand” works. Does 3D slicer have any tools with a function similar to AMIRA’s “Magic Wand”?
The properties of the computer I’m using for segmentating are as follows:
Yes, and also hopefully you find there are also much better tools.
I think the closest to the Magic Wand effect is “Flood filling” effect, provided by SegmentEditorExtraEffects extension.
I would also recommend to try “Grow from seeds” effect as explained here: Bone segmentation to create 3D-printable STL. You may also try to use Watershed effect, which takes some more time to compute but provides smooth surfaces.
The recently added Local threshold effect is an attempt to make magic-wand-like function in 3D. It cannot provide real-time feedback of the region in 3D (computation may take a couple of seconds) but you get live preview of the considered intensity range and it you get w few parameters to control which regions get connected.