Hello,
Our team is trying to use the segment mesher extension on a multi-material model of breast tissue, segmented from an MRI dataset. We are having great success, but still have some questions related to best practices for implementing this plug-in.
Our process/pipeline:
- In general, we segment three (3) materials: skin, breast tissue (adipose + glandular), and tumor/mass
- We use segment mesher to create a tetrahedral mesh
- We perform mechanical simulation on the mesh using FEBio
Our issue:
- We currently get a very fine mesh on the outside surface of our model (Figure 1, below). The screenshot is from FEBio. This mesh follows the “stepping” of the model due to the scan. We have tried median and Gaussian filters on the segmentation and the result above is one of the best results we have achieved. I have played with the cleaver parameters, but varying these ends-up affecting the mesh internal features.
Does anyone have any advice on how to segment and smooth data prior to meshing?
Also, separate issue I have found with the segment mesher plug-in:
- The .VTK file in the temp folder that results from cleaver’s meshing is ASCII while the file saved from the Slicer interface is Binary. Is there a way for the plug-in to use/save the ASCII file? Programs like FEBioStudio do not have .VTK Binary readers