Reslicing DICOM into new 2D plane

Hello, looking to use Slicer to take 2D dicom CT images, convert to a 3D model, and reslice in a different plane (I.e. plane of scapula) . Does anyone know if this sort of feature is supported by Slicer?
Thank you

convert to a 3D model, and reslice in a different plane

I’m not sure about reslicing a 3D model (ie a mesh), but Slicer can reslice a 3D volume in an arbitrary plane. I’m not sure where this is in the documentation so I took a screenshot of the widget:

image

You can reslice a model by showing slice intersections in the slice view (you can show model slice intersection in Models module Display section).

Thank you both.

Once I use the widget, I can drag it in the 3D model to alter slices. Instead, is there a way to alter the planes in my 2D images, such as a reformat widget for each plane in the 2D model.

As you can see in my attachment, I have the slice intersections set. I’d like to ideally drag each color in axial, sag, or coronal to set my desired planes.Any help would be greatly appreciated.

You can move slices in the 2D or 3D views by holding down Shift key while moving the mouse. You can show the cursor position in all views by clicking on crosshair icon the toolbar.

Excuse me , I need you help .

I got new slice successfully by used your method , but I want to export to DICOM from these new slice .

How can I save these Slice of new 2D plane ?

This can be done, but it should not be needed (DICOM viewers do it themselves, research software can read standard research image file formats). Why would you like to save a reformatted slice to DICOM?

Thank you for your kind response.
It will be used for data augmentation in deep learning.
That is why I need to save it as a new DICOM set with different tilt/altitude angle.

You don’t need to use DICOM as input for deep learning. You can export the DICOM directly into formats that can be read much more efficiently.

Hi, could you tell me the name of this widget? I am using Slicer version 4.11 and i cannot find this icon. Are there any extensions I should install? Many thanks