How to avoid the holes caused by branch splitting, or repair it

I have something trouble in branch splitting of vascular bifurcation. Holes are created at the junction of the dividing lines, and i can’t use vmtksurfacecapper to fix it. How can i avoid it, or repair it ?

vmtkbranchclipper -ifile open_rmsh.vtp -centerlinesfile open_rmsh_clsp.vtp -ofile open_rmsh_sp.vtp --pipe \


wanghuaxing_buquan分割效果
holes

Fixing self-intersections or non-manifold edges in a mesh is extremely difficult.

You can try various semi-automatic mesh cleaning tools in MeshMixer, MeshLab, Blender, etc.

Alternatively, you can convert the mesh to binary image and convert it back to mesh. You can do this in 3D Slicer:

  • load the mesh as Segmentation (in Add data dialog, select “Segmentation” in Description column)
  • in Segmentations module: create binary labelmap representation
  • remove Closed surface representation
  • create Closed surface representation
  • export segmentation as surface mesh (in “Export to files” section)

Thanks for your advice@lassoan
I have been tried in 3D Slicer with your suggestion, and it indeed can repair the holes int the surface. However, the surface mesh totally changed, and the splitting lines of branch disappeared which is contrary to my original intention
image
I can manual repair holes with creating triangle in mesh tools. But it’s time-consuming. And mesh tools have difficult to identify the splitting results, usually identify the vascular as a whole.
I need to try other way.

Why do you need the branches to be split? What is your end goal?

splitting vascular branch, forming multiple domains, statistical analysis of the calculation of different areas (WSS, TAWSS, OSI,etc), convenient for post-processing analysis.

What do you need the branch splitting for? So that you can compute average/min/max/percentiles of WSS, TAWSS, OSI for a vessel section? For that it should not matter that you have small errors in the mesh.

1 Like