Hi all,
I have a motion dataset tracking liver with segmentation available throughout the whole sequence. I’d like to generate a mesh from the first segmentation and then continuously deform it throughout the time. Of course, the set of nodes and adjacency matrix should stay the same.
I know that there is the extension “Segment Mesher” that generates the mesh from segmentation, but it works only on one segmentation from the sequence. If the organ is deformed significantly, I expect that number of nodes will be lower than the non-deformed organ.
TLDR: I have a temporal sequence of segmentation (therefore tracked motion of organ under observation) and I’d like to have temporal sequence of meshes, while the meshes have the same adjacency matrix.
Is something like that possible in 3d Slicer?
Thanks