ubern-mia / pyradise

PyRaDiSe: A Python package for DICOM-RT-based auto-segmentation pipeline construction and DICOM-RT data conversion
https://pyradise.readthedocs.io/en/latest/index.html
Apache License 2.0
45 stars 5 forks source link

Intra-Inter Registration #39

Closed melandur closed 10 months ago

melandur commented 10 months ago

As far as I can tell, intra- and inter-registration do not appear to be linked. However, it is common for registration to be performed sequentially. The image sequence closest to a particular atlas sequence is used for an inter-registration step, and then the other sequences are intra-registered with the first sequence already registered.

Therefore, I propose an intra-inter-registration method, to address this issue.