Having an US Transducer change orientation with GUI checkboxes #964
Replies: 5 comments 7 replies
-
Hi, there are two different things here, display and volume reconstruction. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
VolumeReconstructor is for reconstructing 3D volumes from tracked ultrasound images. If the recorded 2D images don't have tracking information saved by a tracker device, then I don't think you can reconstruct a volume. |
Beta Was this translation helpful? Give feedback.
-
Does Plus have another way of saving a 2D image to disk that has an orientation in 3D space when loaded into 3D Slicer? That's why I'm thinking of creating a new device class called |
Beta Was this translation helpful? Give feedback.
-
@Sunderlandkyl @lassoan If I made a |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have an ultrasound image streaming to 3D Slicer through PlusServer. The US transducer can be facing up, down, or flipped LR. There is no encoder/camera, so I have a checkbox in the Slicer GUI to apply an up-down flip, and another checkbox for applying a left-right flip to the image.
Users can click an acquire button which saves a single frame .mhd via VirtualCapture.
Users can then convert the mhd to mha with VolumeReconstructor.exe, and load the mha into 3D Slicer. I want the volume in 3D slicer to have the flips burned in.
What is the best way to go about burning the flips in?
I can think of a few options:
vtkPlusManualTracker
and use IGTLinkRemote commands from 3D Slicer to change the us probe transform.is_flipped_lr
. When VolumeReconstructor.exe is run through python change the--image-to-reference-transform
to include the flips.Beta Was this translation helpful? Give feedback.
All reactions