Perpendicular view functionalities

Hi all,

I am trying to segment coronary vessels. For this job I use the Endoscopy module, which builds perpendicular planes along a centerline. And I’m struggling with the following issues:

  1. I cannot modify the number of frames, even if the centerline a different number of points. Is it possible to get more frames?

  2. If I use the paint tool in the perpendicular plane it acts differently if I click or if I drag with the same threshold. Why is that?

imagen

Drag:
imagen
Result:
imagen

  1. Tool feel between slices works fine if the slices are in axial but works poorly if they are painted in perpendicular view. How can I fix that?

You may try ‘Guided artery segmentation’ in SlicerVMTK extension, that you can install using the ‘Extensions manager’.

The result always depends on the quality of the contrasted CT scan, how diseased the target vessel to segment is and how much you want to segment. In general, less is better.

2 Likes

You may also do that without segmenting.

'Cross-section analysis’ module is handy for that. It’s also in SlicerVMTK extension.

You should then use an ‘Open curve’ along the blood vessel. You may place the control points either at the best estimate of the center of the artery downstream, or on its surface (without spirals) such that the curve remains parallel to the artery’s axis.

Hi, many thanks for the recommendation.

We discovered Quick artery segmentation module, which seems to be very useful too. Is there more documentation about how to set the parameters and how they work?

No, the main page you pointed to is the only one.

The trick is to adapt the ‘Flood filling parameters’. Contrast in the arterial lumen is usually between 200 - 450 HU, and the default parameters are good enough.

If the intensity range is much higher, use a higher ‘Intensity tolerance’, and inversely. A mouse click is simulated at each control point. The intensity range given to the connectivity filter is the HU value at that point +/- the ‘Intensity tolerance’, i.e., “Find voxels that are connected with this intensity range”. This is the ‘Flood filling’ effect of the ‘Segment editor’ that is being remotely controlled.

The ‘Neighbourhood size’ parameter controls leakage. The higher it is, the less leakage occurs, with more processing time.

With good quality CT scans, it can save time. Please note that it targets short portions of arteries to study, like carotid/femoral bifurcations, first few centimeters of visceral arteries… Aorta to popliteal study cannot give good results, you should then do each step independently.

Lastly, very tight, pre-occlusive stenosis as we say, remains a challenge for segmentation, the more so as major calcifications complicate matters.

We’ve been testing the algorithm with some patients and it works pretty well. We wonder if there is a “border detection algorithm” or is just pointIntensity +/- intensity tolerance. How does quick artery segmentation work then?

What do you mean by “connectivity filter”?

Many thanks :slight_smile:

You may check this class : vtkImageThresholdConnectivity.

The details are here.

1 Like

This is available in Flood filling effect in Segment Editor (provided by SegmentEditorExtraEffects extension).

1 Like

Yes, ‘Flood filling’ is what I referenced above indeed, and from where I discovered this class.

1 Like