pyplati / platipy

Processing Library and Analysis Toolkit for Medical Imaging in Python
https://pyplati.github.io/platipy/
Apache License 2.0
103 stars 24 forks source link

Support holes in RTSTRUCT contours #271

Open pchlap opened 2 weeks ago

pchlap commented 2 weeks ago

Uses a XOR to combine masks generated from contours, this seems to provide the correct logic to support multiple contours on a single slice including a contour defining a hole within another contour.

This should resolve #244