Stent removal from aorta

Hi all,
I’m trying to remove the stent from the aorta using CTA DICOM data. The aim is to build a 3D model of only the aortic lumen (without stent).
Is there any quick way to achieve this?
Thanks and have a good day!
An Ngo

This is a tough exercise since there are artefacts and the lumen is heterogeneous even with contrast. Your required precision will determine if the method below fits in your research.

The module ‘Guided vein segmentation’ can segment the lumen inside the stent as shown below. You must install SlicerVMTK from the extensions manager. Segment each branch inside the stent if it’s bifurcated, then merge them using the ‘Logical operators’ effect of the ‘Segment editor’.

aorta_endo_00

The final result will include some metallic surroundings and some calcifications. You may further slightly shrink the merged segment, still there will be some overlaps.

It doesn’t really ‘remove’ a stent, but make a best good looking segmentation. If you remove the metallic parts by thresholding the image data itself or in a segmentation, what should be put in place? It’s generally a single intensity value and the resulting volume is full of ‘holes’. Try that with the ‘Threshold scalar volume’ module.

Thank you so much for your reply.

Do you have any guide for using the Guided Vein Segmentation?
I’m trying to figure out but it doesn’t work.

Best wishes,
An Ngo

For any module in Slicer, there is a ‘Help and acknowledgement’ collapsible button where developers point to the online project page.

help_button

For this module, you must draw an open curve inside the lumen of your stent and provide it as input.

Thanks a lot for your help. I finally made it. It really time saving since I have more than 150 cases to segment for CFD run.

Have a nice day!