Dear Team,
I managed to segment an aorta and a coronary tree with VMTK and Slicer. However for my case I would also like to extract calcifications present in the coronaries. I managed to threshold the calcifications, but from what I got from clinicians the calcifications are not completely surrounded by lumen. So I would need a way to make the calcifications stick to parts of the wall. Is there any way of achieving this? I attached a screenshot of my current segmentation.
This is an interesting project.
Cant´you just âhollowâ the vessel segmentation, then âaddâ the calcification segmentation via âlogical operatorsâ ?
Hi Rudolf,
thanks for your answer. I tried this but since the hollow algorithm removes symmetrically it will shrink the lumen also at the side where thereâs no calcification present or?
yes Iâm also quite happy with the segmentation, but the cardiologists I showed this dataset to told me that the calcifications are too much floating in the coronaries, they need to be stuck closest to the lumen wall, thatâs why I started to redo some things and asked myself if I can get around without to much manual work.
First of all, I think you need to rework your calcification (CALC) segmentation a bit.
This slice
produces this segmentation:
which may just be a little overdone in size and smoothed too much.
From the literature, the thickness of the coronary artery wall is around 0.75 mm.
Use this as the thickness in the âHollowâ tool With the hollow tool settings of
thickness: 0.75 and Use current segment as: medial surface
I get this result
with your segmentation which leaves the calcifications sticking or very close to the artery walls.
If you rework the CALC segmentation maybe you can switch to
I could segment the LAD with this tool (with calcifications outside the lumen). The key part is placing control points as close as possible to its center for such small arteries. Thatâs tedious still.
Itâs Guided artery segmentation module in the SlicerVMTK extension. Many things have changed since this post. If you have segmented a coronary, you can segment the calcifications very quickly with Arterial calcification pre-processor module in the same extension. Other kinds of tinkering can be helpful to segment coronaries when they are not too diseased, itâs still tedious however. Since I donât work with these arteries, I did not spend too much time with this.