VMTK extension- Level Set Segmentation problem

I have downloaded the SlicerVMTK extension and followed this tutorial: https://www.youtube.com/watch?v=DJ2032yo5Co to extract a model of the Trachea and Bronchi from my DICOM images.

However when I get up to the Level set segmentation it doesn’t seem to work, below is a screenshot:

forum screenshot

Any help would be greatly appreciated!

You need to specify two seeds: one at the start and one at the end of the vessel part that you would like to segment. You can find description of the module user interface in tooltips (hover the mouse over a widget and keep it there for a few seconds to see them).

Thanks for your help, I have placed two seeds and it has produced a small part of the bronchi tree, however not in its entirety. Is there a way to obtain it all using just two points or do I have to do it seperately?

I have attempted to add another branch as shown below, but it doesn’t seem to work…

forum2

There are a couple of things that probably should be done differently:

  • Crop your volume (using Crop volume module). By keeping the full image, you just increase computation time.
  • Vesselness filtering: It seems that you have only computed “Preview” of vesselness filtering. If preview looks good, you need to click “Start”.
  • In “Level set segmentation” module, create a new fiducial list (use DiameterSeed fiducial list only for vesselness filtering diameter definition), place a fiducial at the beginning and end of the vessel part that you would like to segment. Level set segmentation will create a model between the two fiducial points. If they are not connected, then adjust Thresholding at the bottom.
  • If you need to segment a complete vessel tree, then don’t use “Level set segmentation”, but segment using Segment editor module (you can use Thresholding effect on vesselness filtering result), export segment to model using Segmentations module, then use “Centerline computation” module to compute the centerline of the vessel tree.