DICOM, rt structure, uniform extensive of PTV, obtaining overlap volume between PTV and the organ

Hi to all,
I am a medical researcher and my current project is about IMRT and machine learning.
To get prepared the input data for Neural network model, I need to enlarge or shorten the PTV volume and calculate overlap volume between the PTV and one of the organ at risks.
Is it possible to do it with Slicer? Or should I follow python coding?

You can add or remove margin using the Margin tool of the Segment Editor module.

Calculating overlap can be done using the Logical operators tool of the same module, after which you can calculate the volume of the intersection segment in the Segment Statistics module.

Please note you’ll need to install SlicerRT in the Extension manager in order to be able to load DICOM-RT data.

1 Like

Thank u for your help.
I found also two other modules named segment morphology and contour morphology.
How can I use them?

Can not find contour morphology to install it.

Contour morphology is deprecated, it was replaced by Segment morphology. Most of the functionality in Segment morphology has been integrated into Segment Editor (see Logical operators effect), but it should be still functional.