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.
Asked
Active
Viewed 2,400 times
1 Answers
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