How do I open .mhd file corresponding to a .raw file in Blender 3D tool?

戏子无情 提交于 2019-12-11 23:18:10

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!