简体   繁体   English

尝试从VB.NET中的2D图像堆栈构造3D对象

[英]Trying to construct a 3D object from a stack of 2D images in VB.NET

I have a stack of 2D dicom images and want to convert to a 3D object using VB.NET. 我有一堆2D dicom图像,并想使用VB.NET转换为3D对象。 I suppose I can solve it using openGL but any clue would help a lot. 我想我可以使用openGL解决它,但是任何线索都会有很大帮助。 Do you know a free (or at least cheap) pack to do it? 您知道免费(或至少便宜)的包装吗? Would you help me to think my own solution. 您能帮我考虑我自己的解决方案吗? Thanks... 谢谢...

I would suggest using the Visualization Toolkit to do this. 我建议使用可视化工具包来执行此操作。 Although I haven't used it before, there is a .NET wrapper for VTK here . 虽然我没有使用它之前,有一个VTK一个.NET包装这里

If you want precompiled versions of these libraries, ClearCanvas has them checked into their repository. 如果您需要这些库的预编译版本, ClearCanvas会将它们签入其存储库中。 This page has instructions on accessing the ClearCanvas SVN repository. 页面包含有关访问ClearCanvas SVN信息库的说明。 The SVN folder where the files are contained is here: svn://svn.clearcanvas.ca/source/Xian/Trunk/ReferencedAssemblies/Vtk 包含文件的SVN文件夹在这里:svn://svn.clearcanvas.ca/source/Xian/Trunk/ReferencedAssemblies/Vtk

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM