0

How do I open 3D medical images in .mhd format linked to .raw files in Blender 3D tool. I have already installed the .raw add-on but it is not helping.

jyoti
  • 65
  • 9
  • Possible duplicate of [Reading \*.mhd/\*.raw format in python](https://stackoverflow.com/questions/37290631/reading-mhd-raw-format-in-python) – normanius Apr 30 '18 at 20:45

1 Answers1

0

You could use SimpleITK in Python to load in the data, convert to a Numpy array, then use a python script to extract the 3D array, and export that to a Blender-digestible format. Take a look at this question/answer for how to convert the volume into an isosurface, then export that surface into Blender.

Community
  • 1
  • 1
DeusXMachina
  • 1,239
  • 1
  • 18
  • 26