问题
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.
回答1:
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.
来源:https://stackoverflow.com/questions/37989196/how-do-i-open-mhd-file-corresponding-to-a-raw-file-in-blender-3d-tool