convert stack of DICOM Images into vti file

為{幸葍}努か 提交于 2020-02-06 19:00:13

问题


I've downloaded ActiViz.NET 5.8 to use it in my C# application, now the examples I downloaded show 3D by reading a vti file..

How can I create a vti file from a stack of images?

Thank you


回答1:


Simply use gdcm2vtk from the command line:

$ gdcm2vtk DICOM_input_directory output.vti

See gdcm2vtk man page. Of course GDCM is wrapped in C# language so the command line can be used from any Activiz.NET + GDCM application.

On debian/linux, simply do:

$ sudo apt-get install libvtkgdcm-tools

On windows/macosx you'll need to compile GDCM+VTK.



来源:https://stackoverflow.com/questions/19590457/convert-stack-of-dicom-images-into-vti-file

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