Hello all,
I would love to get a hint, if there is already a tool that allows me to display a cross-section image perpendicular to a 3D-curve (e.g.e center line).
So far, I found great tools for detecting center lines - but not for cross-sectional images along a curve.
My goal is to produce a video along the a 3D-curve.
Thanks for any hints or help to get started.
Joachim
Have you extracted the centerline in Slicer or externally ?
In any case, if you have a surface and a corresponding centerline, you can install SlicerVMTK extension using the âExtensions managerâ, and display a slice view perpendicular to the centerline using âCross-section analysisâ module.
To make a video, you may need to record a âSequenceâ first, then the âScreen captureâ module.
1 Like
To get a list of cross-sectional images as a 3D array (that you can play as a movie using âScreen Captureâ moduleâs slice sweep mode; or just save as a numpy array) you can use Curved Planar Reformat module in Sandbox extension.
Thanks⌠that will help!