How can I create a moving valve from a sequence volume? Do I need to segment all frames separately? Can I use it to create a VR movie? Thanks
We typically use volume rendering for displaying 4D echo, as segmentation is too tedious and doing it for all frames of a sequence would just take too much effort.
You can try segmenting one frame and computing displacement field for all other frames. This approach should be able to track the annulus and the valve overall. However, since the displacement field is discontinuous near the leaflet tips, you would need to manually fix up the leaflet segmentation.
We have developed deep learning models for automatic leaflet segmentation on 3D echo, which we will publicly release when the associated papers are accepted for publication (probably within 6-12 months). These segmentation modules will allow you to segment all frames of a time sequence with very little manual effort.
Thanks. The module will be of great value I hope it will be available soon. For the segmentation process I need to open one new segment for every frame or it can be made in the same segment?
You need to create a single segmentation node, then add a new sequence node in Sequences module and assign the segmentation node as proxy node.
Thanks for your reply. I’ve tried these steps but how to extend the segmentation to other frames? Do you have any video or tutorial on how to do this?