I used threshold segmentation instead of seeding, since the fractured made the manual seeding complex.
The fractures boarders are blurry, and there are still holes in the models.
Can you think of a better way to do this segmentation?
What is the best way to segment a fractured bone?
Attached pictures-
Beige= only threshold segmentation
Green= manipulations as suggested in previous post (Cast Scalar Volume etc…)
The segmentation looks OK. Can you attach a screenshot where we can see the image slices as well? Why holes in the models are a problem? Would you like to 3D print it and not sure if it is printable? What accuracy do you need?
You might want visualize or 3D print fractured pieces separately. For that, grow from seeds effect should work very nicely (use a different seed color for each piece; and one more for the background).
You can use various methods in Smoothing effect to remove holes. You may also use the thresholded and shrunk bone segment as seed for “grow from seeds”, or maybe Watershed or Fast marching effects (available if installed SegmentEditorExtraEffects extension).
Note that since our last discussion, we’ve added “Hollow” effect to Segment editor, which serves a similar purpose as Shrinkwrap in Blender. Hollow effect is more robust, as it performs the operation on the binary labelmap representation, so there is no risk of creating invalid meshes, while Blender’s Shrinkwrap may create intersecting mesh elements at high-curvature areas.
Also note that if the goal is to improve printing time and save material then you may get much better results by adjusting your 3D printer’s infill settings rather than modifying your model. You can make internals of the model less dense (instead of completely hollow), which greatly increases model strength and allows you to have a thinner shell; so overall the printed object may be stronger and lighter.
If decimation cannot reduce the size of your mesh then it means that the shape is actually so complex/detailed that you cannot reduce the number of elements any further without losing details. To reduce the size, you need to apply smoothing, which creates smooth/flat regions that further decimation operation can simplify and reduce in size.
I agree with you. It is very diffcult to find a balence between size and the actural detail. And the stl exported from slicer still can be decimation in blender or 3-Matic of Mimics suit software.