-
Hi everyone ! Does anyone have an idea on how to fix this problem or on how one can reconstruct a 3D volume from segmented US images ? Here is a link to the recorded US images, the segmented US images, the config and the log file : https://filesender.renater.fr/?s=download&token=0999dff6-91d2-4099-951c-70791c5d91a2 Thanks ! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Yes, ITK snap exported mha files do not indicate what the dimensions of the file indicate. When they are omitted, Plus treats the last dimension as time. Edit your header so that this:
becomes this:
Let me know if that loads correctly |
Beta Was this translation helpful? Give feedback.
-
Volume reconstructor algorithm is now directly in 3D Slicer (Volume Reconstruction module, provided by SlicerIGSIO extension): This allows continuous volume reconstruction and visualization in 3D and slice views, which is not just reduces latency (compared reconstructing volume in PlusServer), but also makes testing and troubleshooting easier, because you'll immediately see how acquired frames contribute to the reconstructed volume. |
Beta Was this translation helpful? Give feedback.
Volume reconstructor algorithm is now directly in 3D Slicer (Volume Reconstruction module, provided by SlicerIGSIO extension):
https://youtu.be/2vXeJxYFou4
This allows continuous volume reconstruction and visualization in 3D and slice views, which is not just reduces latency (compared reconstructing volume in PlusServer), but also makes testing and troubleshooting easier, because you'll immediately see how acquired frames contribute to the reconstructed volume.