Question about the algorithm of the extract centerline module (VMTK)

image

Using the extract centerline module, I have obtained the centerline of the aorta, as shown in the picture. My research team members are interested in understanding and want to explain how this module generates the centerline.

For example, did it draw a line by marking the central points of cross-sectional areas? Or did it use the centroid of the aorta?

Can you explain in a simple way how the centerline is extracted using this algorithm? I couldn’t fully understand it even after looking at the code.

Thank you for implementing this module, and we would appreciate your explanation.

The full source code of VMTK is available here. Details of the algorithm is explained in Luca Antiga’s PhD thesis and numerous papers.

1 Like