Why I can't set my own transform matrix while using VolumeReconstructor?

In my tracking case, I’ve only appied one set of tracker on ultrasound probe, and I would like to reconstruct the volume from the input ultrasound image set and the corresponding transforms data of the moving probe.

In this way, before using VolumeReconstructor by the command line, I should set the config xml file accordingly. But when I tried to adjust the transform matrix in the xml file into identity matrix, the volume reconstruction process failed and didn’t return anything.

But according to my case, I didn’t applied any phantom trackers, and I just need the ultrasound volume, so I don’t need to consider about the transform between probe tracker and image neither. In this way, I do need to set these two matrixs into 1.

But why this can make the VolumeReconstructor go wrong?

image

Hi, it seems like you are trying to use PLUS, not 3D Slicer, right? In that case you are on the wrong website. But since you are here already, let me suggest just streaming tracked images from PLUS to 3D Slicer, and do volume reconstruction in 3D Slicer. So you would not need the VolumeReconstruction part in your PLUS config file. But you would need to add a PlusOpenIGTLinkServer part. Slicer has all kinds of visualization options for you to check what might be wrong with the data before or after volume reconstruction.

Here are a few videos using volume reconstruction in Slicer, so you see how it should work if you set it up correctly:

1 Like