Questions about using 3D Slicer. ( coordinates , viewer )

There are a few questions about using 3D Slicer.

  1. Can I change the coordinates of the model shown in 3Dveiwer before extracting with stl?
  2. Can we match the stl model to the CT and extract the model with its coordinates?
  3. Can I view the 2D viewer as a panorama? Is there a function that can extract nerve in 3D in that state?

Look at the Transforms module and hardening the transform - your exported model will be in the new space.

For the panorama view, see this post:

1 Like

Since nerves are linear structures, you should be able to quite easily generate a 3D model of them just by from a few points along the curve. Drop a couple of markup fiducials along the nerve and then use Markups to model extension to draw a curve between those points in 3D.

If you set up reslicing along a curve (as described in the post that Steve linked above), then you can use the segment editor to segment in those oblique slices. I would recommend to use Paint tool with sphere brush option enabled, to avoid gaps between reformatted slices.

Currently, there is no module in Slicer that would create a panoramic view. It would just take a couple of weeks of work, but seems that it has never been important enough for anybody to allocate that much funding to get it done. If somebody implements it, then it will be possible to use the Segment editor to segment structures in the panoramic-warped image and transfer it back to regular 3D space when the segmentation is completed.

1 Like

Thank you for answer.
So, is there any function (eg dental model) to match the plaster model to the CT?
And I want to extract the model coordinates extracted from 3D Slicer with z = 0, y = 0, x = 0. What should I do?
I am using geomagic freeform. CT is extracted with stl, and the model extracted from 3D slicer is out of coordinates.
Another thing is, can I change the coordinates in 3D Slicer to save CT? I want to relocate the angle of the patient on CT.

A good approach can be to create a segment of the same anatomical structure from both CT and plaster model and then use SegmentRegistration extension to register them.

Could you explain this with a bit more details? Maybe add an image to illustrate what you would like to do.

You can use the Transforms module for this as Steve wrote above (create transform, apply to model or segmentation, adjust the transform, harden the transform on the node).