转换DICOM图像堆栈成VTI文件 [英] convert stack of DICOM Images into vti file

查看:2110
本文介绍了转换DICOM图像堆栈成VTI文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经下载ActiViz.NET 5.8使用它在我的C#应用​​程序,现在我下载了3D显示通过读取VTI文件的例子。

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..

我如何从一堆图像创建一个VTI文件?

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

感谢您

推荐答案

只需使用gdcm2vtk在命令行:

Simply use gdcm2vtk from the command line:

$ gdcm2vtk DICOM_input_directory output.vti

请参阅 gdcm2vtk手册页。当然GDCM被包裹在C#语言,所以在命令行可以从任何Activiz.NET + GDCM应用程序中使用。

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.

在Debian / Linux上,简单地做:

On debian/linux, simply do:

$ sudo apt-get install libvtkgdcm-tools

在视窗/ MacOSX的你需要编译GDCM + VTK。

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

这篇关于转换DICOM图像堆栈成VTI文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆