Is branch splitting like VMTK tutorial possible in Slicer?

I am interested in carrying out branch splitting exactly as shown in this tutorial: Branch Splitting | vmtk - the Vascular Modelling Toolkit

I am familiar with using vmtk for single centerlines, and am now exploring it for branching trees. I see that I can get individual branches, bifurcations, and centerlines to each endpoint using the Centerline Disassembly module after the ExtractCenterline module. However, the tutorial linked to above, goes one step further and uses these centerline piece groupings to divide up the original surface into branch territories in a very nice way. What is the best way to achieve this in Slicer?

Have you checked the Branch clipper module?

1 Like

Thanks, I had skipped over that one because I misinterpreted the module name to mean it was about clipping the ends of vessels (e.g. for flow extensions) rather than splitting a surface into branch segments. Thanks for the quick answer, this is exactly what I was looking for.