Message Boards Message Boards

Importing 3D DICOM image as Image3D in MMA 10.0.2 or higher?

I try to import a 3D DICOM image and use it as a 3D image ("Image3D"), but the Import command with "Image3D" option refuses to do it and keeps the image as a list of planar images:

Import["filename.dcm", "Image3D"] - not working

I need to do it in series:

r=Import["filename.dcm"]

Image3D[r]

Is any newer version of MMA then 10.0.2 supporting the "Image3D" option in Import for DICOM images? Regards Marcin

POSTED BY: Marcin Balcerzyk
Posted 8 years ago

Example:

files = FileNames["*.dcm", "D:\CTData\PlasticSkull"]

data = Import[#] & /@ files;

img = Image3D[data]

POSTED BY: Rick Frank
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract