Segment radioactive seeds in brachytherapy patients and calculate dose

Hi Csaba,
I am working with Tina Kapur now. I am a doctor and physicist focus on 125I seeds brachytherapy in China. It is difficult to use TPS to segment the seed in CT automatically. After the brachytherapy, the physicist have to pick up the seeds one by one manually to finish the postoperative dose calculation. This is difficult sometimes and time consuming. Is there a way to segment the seeds with slicer easily? Maybe we can use slicer to calculate the dose after seeds and tumor segmentation. In the brachytherapy TPS, the seeds were assumed as a point source to calculate dose. So if we can segment the seeds and find the center of them, we can assumed the center as the point source. Then dose can be calculated. For the tumor and organ at risks, at first we can segmented them manually or use the segmentation method of radiotherapy.
Thank you very much.
.ā€‹ā€‹

Hi Hongtao,

I downloaded the dataset you shared. I think it can be segmented in Segment Editor by using the threshold effect first, then the Scissors effect to cut out the unneeded parts. I will try to figure out a better way if I have more time.

The seed locations can be then acquired as follows:

  1. Segment the seeds so that only the seeds are in the segmentation, and they are not merged (an individual ā€œblobā€ for each seed)
  2. Use the Island effectā€™s Split islands to segments option to separate them to individual segments
  3. A simple script can create fiducials at the center of masses of the seeds. I can easily write such a script for you

These seed ficucials can then be the input for the dose calculation, which - as Greg explained on the mailing list (for the record he pointed to the AAPM TG-43 dose calculation formalism, and mentioned that validation using film or other method is necessary) - is easy to do, I imagine with a simple convolution.

Also I noticed that the MRML scene that was with the volume is an outdated one. Iā€™d like to suggest to you to use a recent nightly version of Slicer, instead of 4.6. The segmentation tools have improved a lot since the stable release.

Let me know if you have further questions.

Hi Csaba,
I am really glad to hear you said it is easy for you. If we can make automatic segmentation and dose calculation happen, I have almost 500 cases to study. If it is not enough, I will make a big database and persuade other doctors add the data in it. Beside segmentation and dose calculation, we can use the data to do other research such as study the dose and the tumor shrink speed. This will be useful for doctor.
I used the new version to create the file. This is a new patient and the data is much better than the previous one.
Thank you.
Best,
Hongtao

Hi Hongtao,

Please use one forum for the discussion. We already use 4 (mailing list, discourse, email thread with Tina, this thread), and it already became unfollowable. Letā€™s add every comment and answer on discourse [1].

Iā€™d like to emphasize again: I donā€™t have the capacity to work on dose calculation, or a planning module. I offered my help writing that script I mentioned at point 3 in my discourse answer, and to connect you with the Sunnybrook group in case you intend to also develop a planning module, not just a segmentation and dose calculation one.

Do you have a timeline for this work? Also do you have a student or engineer or somebody who can work on it, or youā€™re doing this project alone?
Tina, if you feel the need to chime in, please donā€™t hold it back. Iā€™m a bit confused, so some clarification would be helpful.

Thanks,
csaba

Hi Csaba,
I am sorry for bother you a lot and I am very appreciate that you can help. I have a team of doctors and student in China work with me but without engineer. There is not a timeline for this work till now.
Thank you very much.
Hongtao

Sounds good! Please review the steps I described and let me know if you have further questions.
Thanks!

If you implement that, it would be great if you could add it to the Segment Statistics module.

1 Like

Hi Sharp,
What do you mean when you say ā€˜ā€˜is dead easy to implementā€™ā€™. If we can segment the seeds first, is it difficult to calculate the dose with TG-43 formalism?
Thank you very much.
Hongtao Zhang

Using the ITK filter itkFFTNormalizedCorrelationImageFilter could be used to find the center of each seed. In other word, the maximum of correlation between a synthetic representation of the seed and the corresponding overlapping region in the image would be the center of mass.

9 posts were split to a new topic: Using SimpleITK with Segmentations